fnproject/cli

[FDK-Go][Boilerplate] Go Mod VS Go Dep

Closed this issue · 3 comments

In almost all Go projects we've done so far we migrated from go dep to go mod.
But what about FDK GO and the boilerplate we generate for Go functions?

same thing, we should move everything to mod

if users want to use dep, they can still do that, but for our generated stuff and for the fdk-go itself it should all be mod

This appears to be done , fn init --runtime go produces mod now. , closing