aboutsummaryrefslogtreecommitdiff
path: root/package.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-11-02 15:01:08 +0700
committerShulhan <ms@kilabit.info>2018-11-02 15:01:08 +0700
commit3faf2e85befd710a26379cd1a04b9e243cefb04d (patch)
tree797ec7de212069d7438bf361fda529b50c7013f0 /package.go
parentcb6e819afd85ca2d561c221848904a783a6595f5 (diff)
downloadbeku-0.5.1.tar.xz
Fix sync all that cause version set to truev0.5.1
While at it, reupdate the comments section on some methods.
Diffstat (limited to 'package.go')
-rw-r--r--package.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.go b/package.go
index 8b27e54..e073937 100644
--- a/package.go
+++ b/package.go
@@ -471,7 +471,7 @@ func (pkg *Package) load(sec *ini.Section) {
//
// GoInstall a package recursively ("./...").
//
-// (1) Set PATH to let go install that require gcc work when invoked from
+// Set PATH to let go install that require gcc work when invoked from
// non-interactive shell (e.g. buildbot).
//
func (pkg *Package) GoInstall(envPath string) (err error) {