update snapcraft.yaml: add go-importpath

This commit is contained in:
ginuerzh 2019-12-19 10:50:16 +08:00
parent 10e2dc74f9
commit 45dcf3f954

View File

@ -12,6 +12,7 @@ license: MIT
parts: parts:
gost: gost:
plugin: go plugin: go
go-importpath: github.com/ginuerzh/gost
go-packages: [github.com/ginuerzh/gost/cmd/gost] go-packages: [github.com/ginuerzh/gost/cmd/gost]
source: https://github.com/ginuerzh/gost.git source: https://github.com/ginuerzh/gost.git
source-type: git source-type: git