Update go dependencies

This commit is contained in:
Manuel de Brito Fontes 2017-04-01 11:42:02 -03:00
parent e0561ddeb9
commit 88a2751234
1970 changed files with 413928 additions and 222867 deletions

View file

@ -22,6 +22,6 @@ import (
"errors"
)
func Umask(mask int) (old int, err error) {
func Umask(mask int) (int, error) {
return 0, errors.New("platform and architecture is not supported")
}