Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored Nov 10, 2016
1 parent 9d93522 commit 57b978a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fmt.Println(plug.BuildVersion) // or fmt.Println(*plug.BuildVersion) if -derefer

## Usage

```
```go
go get -u github.com/wendigo/go-bind-plugin
go-bind-plugin -help

Expand Down Expand Up @@ -126,7 +126,7 @@ Generated code passes both `go vet` and `golint` and can be formatted using `gof
### Example generated wrapper information
```
```go
Wrapper info:
- Generated on: 2016-11-08 16:15:07.513150982 +0100 CET
- Command: go-bind-plugin -plugin-path ./internal/test_fixtures/generated/basic_plugin/plugin.so -plugin-package ./internal/test_fixtures/basic_plugin -output-name TestWrapper -output-path ./internal/test_fixtures/generated/basic_plugin/plugin.go -output-package main -sha256 true -format true -rebuild true
Expand Down

0 comments on commit 57b978a

Please sign in to comment.