Introduces context.Context in API controllers

This commit is contained in:
Deluan 2017-04-03 00:16:21 -04:00
parent dc98b187d9
commit 2861a97a89
5 changed files with 47 additions and 14 deletions

View file

@ -1,6 +1,6 @@
#@IgnoreInspection BashAddShebang
BINARY=gosonic
BINARY=sonic-server
SOURCES := $(shell find . -name '*.go')
@ -12,7 +12,7 @@ $(BINARY): $(SOURCES)
.PHONY: clean
clean:
rm -f ${BINARY}
.PHONY: setup
setup:
go get -u github.com/beego/bee # bee command line tool