LocalhostBunny/models/server.go
2023-12-01 09:56:06 +01:00

6 lines
49 B
Go

package models
type Server struct {
Port int
}