Working simple PUT/GET API

This commit is contained in:
2026-02-21 11:55:14 +01:00
parent 22a8e4ea2e
commit f151f8055a
7 changed files with 116 additions and 43 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module fs
go 1.25.7
require (
github.com/go-chi/chi/v5 v5.2.5 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/klauspost/reedsolomon v1.13.2 // indirect
go.etcd.io/bbolt v1.4.3 // indirect