OSDN Git Service

fox
authorHAOYUatHZ <haoyu@protonmail.com>
Fri, 2 Aug 2019 04:39:40 +0000 (12:39 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Fri, 2 Aug 2019 04:39:40 +0000 (12:39 +0800)
toolbar/precog/api/server.go

index 6abfcb7..6c8f588 100644 (file)
@@ -13,4 +13,9 @@ func NewApiServer(db *gorm.DB) *server {
 }
 
 func (s *server) Run() {
+       // setup gin
+
+       // disable log
+
+       // bind handle
 }