Skip to content

Conversation

@pescetto
Copy link

Built and tested with the following go version:

$ go version
go version go1.12.3 darwin/amd64
  1. Had to change app.go's Printlln() function calls due to the following errors when running go test:
$ go test -v
# github.com/f5devcentral/go-bigip
./app.go:133:3: Println call has possible formatting directive %v
./app.go:141:3: Println call has possible formatting directive %v
./app.go:155:12: Printf call has arguments but no formatting directives
./app.go:157:3: Println call has possible formatting directive %v
./app.go:165:3: Println call has possible formatting directive %v
FAIL	github.com/f5devcentral/go-bigip [build failed]

Adding support for creating, updating, deleting, and showing Tunnels.

@pescetto pescetto marked this pull request as ready for review April 15, 2019 20:12
@pescetto
Copy link
Author

@scshitole can you review this when you get a chance. I'm planning on adding several resources so they can be used by the bigip terraform provider. So any feedback would be appreciated.

@scshitole scshitole merged commit 10c25a5 into f5devcentral:master Apr 16, 2019
@pescetto pescetto deleted the add_tunnels branch April 16, 2019 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants