github.com/aristanetworks/goarista@v0.0.0-20240514173732-cca2755bbd44/cmd/README.md (about)

     1  # OpenConfig clients
     2  
     3  The `oc*` commands are clients for the [OpenConfig](http://openconfig.net) gRPC interface.
     4  
     5  # importsort
     6  
     7  `importsort` is a utility for sorting and sectioning import blocks in go code.
     8  
     9  # Running
    10  
    11  After installing [Go](https://golang.org/dl/) and setting the [GOPATH](https://golang.org/doc/code.html#GOPATH) environment variable to the path to your workspace, you can just run:
    12  
    13  ```
    14  GO111MODULE=on go get github.com/aristanetworks/goarista/cmd/<cmd>
    15  $GOPATH/bin/<cmd>
    16  ```