feat: run stages and teapot in joj3 #47
|
@ -108,6 +108,9 @@ func init() {
|
|||
}
|
||||
|
||||
func mainImpl() error {
|
||||
for _, e := range os.Environ() {
|
||||
fmt.Println(e)
|
||||
}
|
||||
if err := setupSlog(""); err != nil { // before conf is loaded
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user