diff options
| author | Shulhan <ms@kilabit.info> | 2018-11-02 15:01:08 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-11-02 15:01:08 +0700 |
| commit | 3faf2e85befd710a26379cd1a04b9e243cefb04d (patch) | |
| tree | 797ec7de212069d7438bf361fda529b50c7013f0 /package.go | |
| parent | cb6e819afd85ca2d561c221848904a783a6595f5 (diff) | |
| download | beku-3faf2e85befd710a26379cd1a04b9e243cefb04d.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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
