Merge pull request #3898 from nickrobinson/patch-1

Updating imports in README example
pull/3909/merge
Philip O'Toole 2015-08-31 10:55:50 -07:00
commit af175c6b65
1 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,12 @@ the configuration below.
package main
import "github.com/influxdb/influxdb/client"
import "net/url"
import (
"net/url"
"fmt"
"log"
"os"
)
const (
MyHost = "localhost"