MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / showDevInfo

Function showDevInfo

src/system.go:15–30  ·  view source on GitHub ↗

Entwicklerinfos anzeigen

()

Source from the content-addressed store, hash-verified

13
14// Entwicklerinfos anzeigen
15func showDevInfo() {
16
17 if System.Dev == true {
18
19 fmt.Print("\033[31m")
20 fmt.Println("* * * * * D E V M O D E * * * * *")
21 fmt.Println("Version: ", System.Version)
22 fmt.Println("Build: ", System.Build)
23 fmt.Println("* * * * * * * * * * * * * * * * * *")
24 fmt.Print("\033[0m")
25 fmt.Println()
26
27 }
28
29 return
30}
31
32// Alle Systemordner erstellen
33func createSystemFolders() (err error) {

Callers 1

InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected