aboutsummaryrefslogtreecommitdiffstats
path: root/community/go
diff options
context:
space:
mode:
Diffstat (limited to 'community/go')
-rw-r--r--community/go/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index a14ec4263a..c003624698 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -33,7 +33,7 @@ if [ "$CBUILD" = "$CTARGET" ]; then
makedepends="go-bootstrap $makedepends"
provides="go-bootstrap=$pkgver-r$pkgrel"
subpackages="$subpackages $pkgname-tools"
- _gotools="cover godoc stringer"
+ _gotools="godoc stringer"
else
pkgname="go-bootstrap"
makedepends="go $makedepends"