From 7a8c6b44b3e7860b6a436767fe3c1825ffbc3731 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 13 Feb 2020 12:49:23 -0500 Subject: [PATCH] Fix spacing in the `README` file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b87aaa..42c813c 100644 --- a/README.md +++ b/README.md @@ -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///hello" + log "github.com/hashicorp/go-hclog" +- "github.com/hashicorp/nomad-skeleton-driver-plugin/hello" ++. "github.com///hello" ... ```