Initial commit with a sample index implemented

This commit is contained in:
Miguel de la Cruz 2024-06-28 19:28:42 +02:00
commit bdb8dcf6f4
5 changed files with 314 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
fmt:
go fmt ./...
build:
go build -o gitstatic ./gitstatic.go