Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Home = sync.OnceValue(func() string { if home, ok := os.LookupEnv("GOSUHOME"); ok { return home } else { userDir, _ := os.UserHomeDir() return filepath.Join(userDir, ".gosu") } })
Home directory.
View Source
var Javascript = Settings(js{
Engine: "node",
Transpiler: "tsx",
})
View Source
var Rpc = Settings(rpc{ LocalAddress: "http://localhost:24511", RemoteAddresses: []string{}, Secret: fastRandom(), Seed: fastRandom(), })
View Source
var Service = Settings(service{ Ephemeral: false, })
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.