Initial server setup

This commit is contained in:
2025-07-16 22:09:11 +02:00
parent dae8606044
commit 84d10b5ccc
3 changed files with 74 additions and 0 deletions

5
server/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/lordmathis/llamactl
go 1.24.5
require github.com/go-chi/chi/v5 v5.2.2