Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into ide
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Feb 26, 2017
2 parents 795e568 + 2f07d21 commit 77ceb32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ before_install:

after_failure:
- free -mt
- dmesg



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ golang {
mode = 'REPRODUCIBLE'
// The golang version to use. See https://golang.org/dl/
// If not specified, the latest table version is used
// If not specified, the latest stable version is used
goVersion = '1.7.1'
// Default value is "go". Modify this when go is not in $PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ private boolean isStandardPackage(Path path) {
"text",
"time",
"unicode",
"unsafe");
"unsafe",
// since Go 1.8
"plugin"
);
}

0 comments on commit 77ceb32

Please sign in to comment.