mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Introduces context.Context in API controllers
This commit is contained in:
parent
dc98b187d9
commit
2861a97a89
5 changed files with 47 additions and 14 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue