MCPcopy Index your code
hub / github.com/TruthHun/BookStack / PrintInfo

Function PrintInfo

utils/util.go:103–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func PrintInfo() {
104 fmt.Println("Service: ", "BookStack")
105 if Version != unknown {
106 fmt.Println("Version: ", Version)
107 }
108 if BuildAt != unknown {
109 fmt.Println("BuildAt: ", BuildAt)
110 }
111 if GitHash != unknown {
112 fmt.Println("GitHash: ", GitHash)
113 }
114}
115
116func InitVirtualRoot() {
117 os.MkdirAll(VirtualRoot, os.ModePerm)

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected