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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e43b0f9..d5fec98 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +result -- cgit 1.4.1