my5G-RANTester
my5G-RANTester copied to clipboard
refactored `~/cmd`
- moved
~/cmd/app.go
to~/cmd/my5g-RANTester/main.go
- refactored logging, command declaration
- split into multiple files
- switched to using constants and fmt.Sprintf for formatting stuff
- removed unnecessary command aliases
to build the target, use the following:
go build ./cmd/my5g-RANTester
EDIT: added the above build command to the github workflow