Open itscaro opened 6 years ago
Derek add label: proposal
Derek add label: proposal
Derek add label: blocked
Please see notes on: https://github.com/openfaas/faas/issues/875
I've upgraded to Go 1.11 but continue to use dep -> https://github.com/openfaas/faas-cli/releases/tag/0.8.0
Updated the branch so that there is only ref to go module, since 1.11 is already on master
Since Go module is experimental in 1.11, we should wait for 1.12 to have this feature as official.
Expected Behaviour
Go
module
will be used to keep track of dependencies and avoid the need of GOPATHCurrent Behaviour
dep
is currently usedWIP
https://github.com/openfaas/faas-cli/compare/master...itscaro:go-module