diff --git a/.gitignore b/.gitignore index 8b623ed..23a8df8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /html/ /build/dist /coverage.out -/test/out \ No newline at end of file +/test/out diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..633bc0e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitbase.de/apairon/mark2web + +go 1.16