From 45dcf3f95490c48267f5a150b219e2316ac311f1 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Thu, 19 Dec 2019 10:50:16 +0800 Subject: [PATCH] update snapcraft.yaml: add go-importpath --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 821becd..263f188 100644 --- a/snapcraft.yaml +++ b/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