Initialize the go module

This commit is contained in:
Sameer Rahmani 2022-11-23 21:08:09 +00:00
parent 2f498ef684
commit 690167e9fa
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -20,4 +20,4 @@
# Go workspace file
go.work
filter

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module lxsameer.com/filter
go 1.19