From b4d150602df5b9a61a3d3b1084524c9317c55cde Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Mon, 2 Oct 2017 03:00:34 +0200 Subject: iengine.go - Here comes all the Mapcration and Action calculus adde maps and stuff --- getuuid.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 getuuid.go (limited to 'getuuid.go') diff --git a/getuuid.go b/getuuid.go deleted file mode 100644 index b9cb7ae..0000000 --- a/getuuid.go +++ /dev/null @@ -1,15 +0,0 @@ -package main - -import ( - "fmt" - "log" - "os/exec" -) - -func main() { - out,err := exec.Command("uuidgen").Output() - if err != nil { - log.Fatal(err) - } - fmt.Printf("%s", out) -} -- cgit v1.2.3