Skip to content
/ json-beego Public template

A beego controller for json data. 封装了 json 相关数据结构的 beego 库

License

Notifications You must be signed in to change notification settings

NageNalock/json-beego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-beego

A beego controller for JSON data. You can use it to create RESTful API.

Example

# run example
go run /example/main.go

# curl hello world
curl 127.0.0.1:3306/v1/hello

# output:
{
    code: 0,
    msg: "",
    data: "hello world"
}

About

A beego controller for json data. 封装了 json 相关数据结构的 beego 库

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages