mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Add git info to version
This commit is contained in:
parent
9ed35cbb02
commit
8756f55650
7 changed files with 60 additions and 27 deletions
9
main.go
9
main.go
|
@ -1,18 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/deluan/navidrome/conf"
|
||||
"github.com/deluan/navidrome/server"
|
||||
"github.com/deluan/navidrome/static"
|
||||
)
|
||||
|
||||
func ShowBanner() {
|
||||
banner, _ := static.Asset("banner.txt")
|
||||
fmt.Printf(string(banner), server.Version)
|
||||
}
|
||||
|
||||
func main() {
|
||||
conf.Load()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue