Golang WebServer issues

Yesterday, i used golang web server for my own project, when i install it
$govendor init
command not found

Version 1.10 linux/amd64

govendor is a third party provided tool and not part of the regular toolchain, you need to install it separately.

Thanks after install new error receive

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.