From c0a8852e4ec21f15c5a862201515518c3eee7734 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 12 Feb 2025 21:24:31 +0100 Subject: template: a basic golang app template This template allows building golang apps as well as a corresponding docker container from the built package --- nix/templates/goapp/frontend/go.sum | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nix/templates/goapp/frontend/go.sum (limited to 'nix/templates/goapp/frontend/go.sum') diff --git a/nix/templates/goapp/frontend/go.sum b/nix/templates/goapp/frontend/go.sum new file mode 100644 index 0000000..7128337 --- /dev/null +++ b/nix/templates/goapp/frontend/go.sum @@ -0,0 +1,2 @@ +github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= +github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= -- cgit 1.4.1