标签: go revel
https://github.com/robfig/revel/blob/master/modules/static/app/controllers/static.go
fpath声明中的import是什么?
fpath
import
答案 0 :(得分:3)
看起来这是一种别名包的方法。很酷。
http://golang.org/ref/spec#Import_declarations