diff options
| author | Mel <einebeere@gmail.com> | 2024-12-29 16:32:01 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-29 16:32:01 +0100 |
| commit | afbebf4b5b0f4e894d5dcf57b710bdb3ea2b3ded (patch) | |
| tree | 39531f9404041de1768e0ccab954087560844662 /application/main.go | |
| parent | 2d48f3e0a487ba9e32b3d6b9cd9f605ea15239a5 (diff) | |
| download | specimen-afbebf4b5b0f4e894d5dcf57b710bdb3ea2b3ded.tar.zst specimen-afbebf4b5b0f4e894d5dcf57b710bdb3ea2b3ded.zip | |
Break up basic go application into my preferred file hierarchy
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'application/main.go')
| -rw-r--r-- | application/main.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/application/main.go b/application/main.go deleted file mode 100644 index 30de442..0000000 --- a/application/main.go +++ /dev/null @@ -1,9 +0,0 @@ -package main - -import ( - "fmt" -) - -func main() { - fmt.Println("hi! base setup works") -} |
