Its own module rather than a package under shared, so cobra and pflag stay out of the module graphs of server, admin and sitesvc, which never use them.
11 lines
80 B
Plaintext
11 lines
80 B
Plaintext
go 1.26
|
|
|
|
use (
|
|
./admin
|
|
./agent
|
|
./server
|
|
./shared
|
|
./sitesvc
|
|
./vantagectl
|
|
)
|