diff options
| author | Alexander Rakoczy <[email protected]> | 2021-10-21 01:11:11 -0400 |
|---|---|---|
| committer | Alexander Rakoczy <[email protected]> | 2021-10-21 01:11:11 -0400 |
| commit | e9f01464f011b4a49a99dc2e05a02a47b829408b (patch) | |
| tree | c6a398b5b48fd399bea847eedb73c6d73f6f95c8 /cmd | |
the first
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/server/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
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") +} |
