From 717f7cb2295c1b186fe2bc160e9be0b265a059c3 Mon Sep 17 00:00:00 2001 From: Morrigan Date: Tue, 26 Mar 2019 19:57:30 -0700 Subject: [PATCH] Update 'syscalls.go' --- syscalls.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/syscalls.go b/syscalls.go index 38d352f..44ce315 100644 --- a/syscalls.go +++ b/syscalls.go @@ -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() - -}