Update 'syscalls.go'

This commit is contained in:
Morrigan 2019-03-26 19:57:30 -07:00
parent 60ec493148
commit 717f7cb229

View File

@ -1,4 +1,4 @@
package main
package syscalls1
import (
"syscall"
@ -41,8 +41,3 @@ func arrayToString(x [65]int8) string {
}
return str
}
func main() {
test()
}