Merge pull request #3898 from nickrobinson/patch-1
Updating imports in README examplepull/3909/merge
commit
af175c6b65
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue