Adds a bit of structure

This commit is contained in:
Miguel de la Cruz 2023-06-29 23:46:17 +02:00
parent 526559c4a0
commit 71fa53d1a8
8 changed files with 151 additions and 0 deletions

4
server/server.go Normal file
View file

@ -0,0 +1,4 @@
package server
type Server struct {
}