Skip to content

write a golang mvc frame. train of thought were from my php crab

License

Notifications You must be signed in to change notification settings

allenhaozi/crabgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crabgo

$ git clone https://github.com/allenhaozi/crabgo.git 
$ cd crabgo/cmd
$ go run main.go

$ curl http://127.0.0.1:8080/apis/v1/users/123456
{   
    "msg" : "success",
    "status" : "0",
    "data" : {
        "name" : "demo",
        "userID": "123456"
    }
}

About

write a golang mvc frame. train of thought were from my php crab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages