stdlib: add syscall package

This commit is contained in:
Marc Vertes
2018-12-26 15:46:42 -05:00
parent 1bb4060ab2
commit 86b2ffedcd
2 changed files with 1915 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ var Type = map[string]map[string]reflect.Type{}
//go:generate go run ../cmd/goexports/goexports.go os os/exec os/signal os/user
//go:generate go run ../cmd/goexports/goexports.go path path/filepath reflect regexp regexp/syntax
//go:generate go run ../cmd/goexports/goexports.go runtime runtime/debug
//go:generate go run ../cmd/goexports/goexports.go sort strconv strings sync sync/atomic
//go:generate go run ../cmd/goexports/goexports.go sort strconv strings sync sync/atomic syscall
//go:generate go run ../cmd/goexports/goexports.go text/scanner text/tabwriter text/template text/template/parse
//go:generate go run ../cmd/goexports/goexports.go time unsafe
//go:generate go run ../cmd/goexports/goexports.go unicode unicode/utf16 unicode/utf8

1914
stdlib/syscall.go Normal file

File diff suppressed because it is too large Load Diff