diff options
| author | Mel <einebeere@gmail.com> | 2024-12-29 16:15:08 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-29 16:15:08 +0100 |
| commit | 581f22e248c8ed1008f36356362f6a95e43d0588 (patch) | |
| tree | 02a2a584de929dcc69f545cbaf16d590ace6fe96 /application/main.go | |
| download | specimen-581f22e248c8ed1008f36356362f6a95e43d0588.tar.zst specimen-581f22e248c8ed1008f36356362f6a95e43d0588.zip | |
Flake harness for application and server configuration
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'application/main.go')
| -rw-r--r-- | application/main.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/application/main.go b/application/main.go new file mode 100644 index 0000000..30de442 --- /dev/null +++ b/application/main.go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("hi! base setup works") +} |
