码农笔录博客源码
 
 
 
 
 

8 行
106 B

package controllers
import "github.com/astaxie/beego"
type NoteController struct {
beego.Controller
}