Fix spacing in the README
file
This commit is contained in:
parent
c1b4fc6db1
commit
7a8c6b44b3
1 changed files with 3 additions and 3 deletions
|
@ -49,9 +49,9 @@ match your repository path.
|
|||
package main
|
||||
|
||||
import (
|
||||
log "github.com/hashicorp/go-hclog"
|
||||
- "github.com/hashicorp/nomad-skeleton-driver-plugin/hello"
|
||||
+ "github.com/<REPO>/<ORG>/hello"
|
||||
log "github.com/hashicorp/go-hclog"
|
||||
- "github.com/hashicorp/nomad-skeleton-driver-plugin/hello"
|
||||
+. "github.com/<REPO>/<ORG>/hello"
|
||||
...
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue