my5G-RANTester icon indicating copy to clipboard operation
my5G-RANTester copied to clipboard

refactored `~/cmd`

Open gravestench opened this issue 2 years ago • 2 comments

  • 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

gravestench avatar Feb 25 '22 20:02 gravestench