From 9322322f7e13ea66507dacee1c3690c1de9576ca Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Sun, 29 Apr 2018 11:53:23 +0300 Subject: [PATCH] Removed unused snapcraft.yaml --- snapcraft.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index a2c042c..0000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: go-carpet -version: '1.7' -summary: Show test coverage in terminal for Go source files -description: | - It works outside of the GOPATH directory. And it works recursively for multiple packages. - With -256colors option, shades of green indicate the level of coverage. - https://github.com/msoap/go-carpet -grade: stable -confinement: strict - -parts: - go-carpet: - after: [go] - source: . - plugin: go - go-importpath: github.com/msoap/go-carpet - stage-packages: - - golang-1.10-go - go: - source-tag: go1.10 - -apps: - go-carpet: - command: go-carpet - plugs: [home]