diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-28 17:49:28 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-28 17:49:28 +0200 |
commit | d39cf35cc43d418b1ad5a5f14c1698d8665dfc60 (patch) | |
tree | 561770bf81c6e4d51561f59e5559708f8bf24533 /cmd/go.mod | |
parent | 7bc91ea34c339f78a0ffae8a53c88dda5ef5340a (diff) |
added Go snippet to test cgit setup
Diffstat (limited to 'cmd/go.mod')
-rw-r--r-- | cmd/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/go.mod b/cmd/go.mod new file mode 100644 index 0000000..2649964 --- /dev/null +++ b/cmd/go.mod @@ -0,0 +1,3 @@ +module example.com + +go 1.14 |