commit 085c73381d97a9a356c8ce23cde01179fdf0b7cb Author: Jason Streifling Date: Wed Oct 4 17:13:03 2023 +0200 Initialer Commit diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..159d227 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module streifling.com/jason/sicherheitsunterweisung + +go 1.21.1 diff --git a/main.go b/main.go new file mode 100644 index 0000000..38dd16d --- /dev/null +++ b/main.go @@ -0,0 +1,3 @@ +package main + +func main() {}