Import existing source code

This commit is contained in:
2022-01-12 15:19:10 +01:00
commit 29de7cf4ac
10 changed files with 333 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module idicon
go 1.16
require github.com/gorilla/mux v1.8.0