#Deploy Go App
24 messages · Page 1 of 1 (latest)
Project ID: 5d1b17cf-e522-4dce-9cae-fa3294e75bb3
5d1b17cf-e522-4dce-9cae-fa3294e75bb3
remove the build and start commands you have set, and just set the root directory to /src
I am speed
https://pastebin.com/FvCvmhdp
Did that, but i don't think the root directory chaged
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
do you not have a go.mod file in the /src folder?
yea, i don't have one, its in the root, but i fixed it using go build -o ./build ./src/main.go
and ./build
that's a very odd directory structure, the go.mod file is usually always in the same folder as your main.go file
I say that as a go developer myself
gotcha
thanks for your help and time
I hope you enjoy go! 🙂
Thanks, so far I'm enjoying it.
awesome!
btw just deployed my first identity provider with jwts, and fiber(12mb ram) and it works fine, better than nodejs with express (70mb ram)
not a fan of fiber one single bit
What do you recommend? I like how its similar to Express.
I prefer chi
Will look into that