Simplify struct SessionInfo and adjoining code

This commit is contained in:
Michael Hohn
2024-06-25 18:57:27 -07:00
committed by =Michael Hohn
parent 9d1a891c72
commit 0cffb3c849
3 changed files with 40 additions and 27 deletions

View File

@@ -1,6 +1,11 @@
build:
all: server agent
server:
cd cmd/server && GOOS=linux GOARCH=arm64 go build
agent:
cd cmd/agent && GOOS=linux GOARCH=arm64 go build
fullbuild:
cd cmd/server && GOOS=linux GOARCH=arm64 go build -a