# README
go get -u github.com/gorilla/mux
go get github.com/mattn/go-sqlite3
go get github.com/google/uuid
go run .
直接运行
curl
~ curl -X POST http://localhost:8080/users \
-H "Content-Type: application/json" \
-d '{"username":"testuser", "password":"testpass"}' -v
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
插入用户到数据库.