Making filer

This commit is contained in:
Jarkko Toivanen 2024-12-27 20:20:44 +02:00
parent 99ab417e4d
commit fac0e5a7a3
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -1,4 +1,4 @@
run:
go run main.go
build:
go build -v
go build -v -ldflags "-s -w"