Changed package name

This commit is contained in:
EricNeid 2019-12-09 15:14:29 +01:00
parent 084da1a39f
commit ff8a348f09
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"io/ioutil" "io/ioutil"
"testing" "testing"
"github.com/EricNeid/openweather/internal/test" "github.com/EricNeid/go-openweather/internal/test"
) )
const apiKeyFile = "testdata/api.key" const apiKeyFile = "testdata/api.key"

View File

@ -4,7 +4,7 @@ import (
"flag" "flag"
"fmt" "fmt"
"github.com/EricNeid/openweather" "github.com/EricNeid/go-openweather"
) )
func main() { func main() {

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/EricNeid/openweather module github.com/EricNeid/go-openweather
go 1.13 go 1.13

View File

@ -3,7 +3,7 @@ package openweather
import ( import (
"testing" "testing"
"github.com/EricNeid/openweather/internal/test" "github.com/EricNeid/go-openweather/internal/test"
) )
func TestNewQueryForCity(t *testing.T) { func TestNewQueryForCity(t *testing.T) {