X
Size: a a a
RS
1. Cmd+Shift+P
2. >Reload Window
RS
RS
VM
i
import gopkg.in/yaml.v2
require (
gopkg.in/yaml.v2 v2.2.8
)
go: cannot determine module path for source directory /home/inqfen/repos/my/gitlab-cleaner (outside GOPATH, module path must be specified)
Example usage:
'go mod init example.com/m' to initialize a v0 or v1 module
'go mod init example.com/m/v2' to initialize a v2 module
i
Init initializes and writes a new go.mod to the current directory,
in effect creating a new module rooted at the current directory.
VM
k
VM