Update gitignore and go.mod

This commit is contained in:
Jesper 2022-10-19 22:17:12 +02:00
parent 5672b4c5c4
commit 9204fe7306
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -22,3 +22,6 @@ go.work
# Config file
config.toml
# Binary
forkort.dk

2
go.mod
View File

@ -1,4 +1,4 @@
module forkort.dk
module github.com/jesperbakhandskemager/forkort.dk
go 1.19