Browse Source

update snapcraft.yaml: add go-importpath

pull/507/head
ginuerzh 7 years ago
parent
commit
45dcf3f954
  1. 1
      snapcraft.yaml

1
snapcraft.yaml

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

Loading…
Cancel
Save