[arch-commits] Commit in go/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Mar 25 13:28:15 UTC 2014


    Date: Tuesday, March 25, 2014 @ 14:28:15
  Author: arodseth
Revision: 108264

added fmt

Modified:
  go/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-25 13:10:58 UTC (rev 108263)
+++ PKGBUILD	2014-03-25 13:28:15 UTC (rev 108264)
@@ -65,7 +65,7 @@
 
   $GOROOT/bin/go get -d code.google.com/p/go.tools/cmd/godoc
   $GOROOT/bin/go build -o $srcdir/godoc code.google.com/p/go.tools/cmd/godoc
-  for tool in vet cover; do
+  for tool in vet cover fmt; do
     $GOROOT/bin/go get -d code.google.com/p/go.tools/cmd/${tool}
     $GOROOT/bin/go build -o $GOROOT/pkg/tool/${GOOS}_${GOARCH}/${tool} code.google.com/p/go.tools/cmd/${tool}
   done




More information about the arch-commits mailing list