Hybrid
Hybrid
WWindmill
Created by Hybrid on 8/15/2023 in #help
Issues with Golang on selfhosted environment
Thank you for the quick fix ! 🙂
7 replies
WWindmill
Created by Hybrid on 8/15/2023 in #help
Issues with Golang on selfhosted environment
With the code :
package inner

import "os"

func main() (interface{}, error) {
envs := os.Environ()
return envs, nil
}
package inner

import "os"

func main() (interface{}, error) {
envs := os.Environ()
return envs, nil
}
7 replies