aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJacky Zhao <[email protected]>2020-05-09 16:02:10 -0700
committerGitHub <[email protected]>2020-05-09 16:02:10 -0700
commit6e69cfa1794d20e3dd41ea9074a7c8a79d51c099 (patch)
treefe078d33c11e21b684af8f400d1667b2411c5415 /main.go
parentfix port bug (diff)
parentLowercase json response (diff)
downloadctrl-v-6e69cfa1794d20e3dd41ea9074a7c8a79d51c099.tar.xz
ctrl-v-6e69cfa1794d20e3dd41ea9074a7c8a79d51c099.zip
Merge pull request #2 from jackyzha0/api
Add get hash endpoint
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index b0dbaaa..18e141d 100644
--- a/main.go
+++ b/main.go
@@ -2,7 +2,8 @@ package main
import (
"github.com/jackyzha0/ctrl-v/api"
- _ "github.com/jackyzha0/ctrl-v/db" // setup db
+ _ "github.com/jackyzha0/ctrl-v/cache" // setup cache
+ _ "github.com/jackyzha0/ctrl-v/db" // setup db
)
func main() {