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/go.mod | |
| 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/go.mod')
| -rw-r--r-- | application/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/go.mod b/application/go.mod new file mode 100644 index 0000000..1c08086 --- /dev/null +++ b/application/go.mod @@ -0,0 +1,3 @@ +module git.rnrd.eu/specimen + +go 1.23.4 |
