mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-24 23:50:56 +03:00
Fixing build again
This commit is contained in:
parent
b36b151732
commit
625332692f
@ -2,7 +2,7 @@
|
||||
path = github.com/deluan/gosonic
|
||||
|
||||
[deps]
|
||||
github.com/astaxie/beego = tag:v1.6.0
|
||||
github.com/astaxie/beego = commit:92d0b9a
|
||||
github.com/dhowden/itl = commit:35d15a3
|
||||
github.com/HouzuoGuo/tiedot = tag:3.2
|
||||
github.com/smartystreets/goconvey = tag:1.6.0
|
||||
|
31
README.md
31
README.md
@ -1,4 +1,4 @@
|
||||
GoSonic
|
||||
GoSonic
|
||||
=======
|
||||
|
||||
[](https://travis-ci.org/deluan/gosonic)
|
||||
@ -18,8 +18,8 @@ The project's main goals are:
|
||||
[DSub](http://www.subsonic.org/pages/apps.jsp#dsub),
|
||||
[Jamstash](http://www.subsonic.org/pages/apps.jsp#jamstash))
|
||||
* Use all metadata from iTunes
|
||||
* Use iTunes interface to manage your music
|
||||
* Update play counts, last played dates, ratings, etc.. on iTunes
|
||||
* You can keep using iTunes to manage your music
|
||||
* Update play counts, last played dates, ratings, etc.. on iTunes (at least on Mac OS)
|
||||
* Learning Go ;) [](https://golang.org)
|
||||
|
||||
Currently implementing [API version](http://www.subsonic.org/pages/api.jsp#versions):
|
||||
@ -27,16 +27,33 @@ Currently implementing [API version](http://www.subsonic.org/pages/api.jsp#versi
|
||||
* _1.0.0 ← In progress_
|
||||
* 1.2.0
|
||||
|
||||
### Development Environment
|
||||
|
||||
You will need to install [Go 1.6](https://golang.org/dl/)
|
||||
|
||||
Then install dependencies:
|
||||
```
|
||||
$ go get github.com/beego/bee
|
||||
$ go get github.com/gpmgo/gopm
|
||||
$ gopm get -v -g
|
||||
```
|
||||
|
||||
From here it's a normal Go development cycle:
|
||||
|
||||
* Test with `go test ./.. -v`
|
||||
* Start local server with `bee run`
|
||||
* Start test runner with `goconvey`
|
||||
|
||||
|
||||
### Useful Links
|
||||
|
||||
#### Frameworks/Projects
|
||||
https://github.com/golang/go/wiki/Projects
|
||||
https://golanglibs.com/
|
||||
https://github.com/deluan/tuner
|
||||
* https://github.com/golang/go/wiki/Projects
|
||||
* https://golanglibs.com/
|
||||
* https://github.com/deluan/tuner
|
||||
|
||||
#### REST/Web
|
||||
http://beego.me/
|
||||
* http://beego.me/
|
||||
|
||||
#### DB
|
||||
https://github.com/HouzuoGuo/tiedot
|
||||
|
Loading…
x
Reference in New Issue
Block a user