This commit is contained in:
27
local/go-ucs/README.md
Executable file
27
local/go-ucs/README.md
Executable file
@@ -0,0 +1,27 @@
|
||||
## go-ucs: Go library for the Cisco UCS API
|
||||
|
||||
[](https://godoc.org/github.com/dnaeon/go-ucs)
|
||||
|
||||
`go-ucs` is a Go library for interfacing with the Cisco UCS API.
|
||||
|
||||
## Documentation
|
||||
|
||||
The API documentation is available [here](https://godoc.org/github.com/dnaeon/go-ucs).
|
||||
|
||||
## Installation
|
||||
|
||||
In order to install `go-ucs` execute the following command.
|
||||
|
||||
```
|
||||
go get -v github.com/dnaeon/go-ucs
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
```bash
|
||||
go test -v ./...
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
Check the included examples from this repository.
|
Reference in New Issue
Block a user