module
Version:
v0.0.0-...-0651e20
Opens a new window with list of versions in this module.
Published: Mar 11, 2023
License: Apache-2.0
Opens a new window with license information.
README
¶
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"
}
}
Click to show internal directories.
Click to hide internal directories.