From e9f01464f011b4a49a99dc2e05a02a47b829408b Mon Sep 17 00:00:00 2001 From: Alexander Rakoczy Date: Thu, 21 Oct 2021 01:11:11 -0400 Subject: the first --- .gitignore | 1 + cmd/server/main.go | 7 +++++++ go.mod | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 cmd/server/main.go create mode 100644 go.mod diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/cmd/server/main.go b/cmd/server/main.go new file mode 100644 index 0000000..9111f5d --- /dev/null +++ b/cmd/server/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, world") +} diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f933fee --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.toothrot.net/i.dis.band + +go 1.16 -- cgit v1.2.3-73-g0e29