mirror of
https://github.com/EricNeid/go-openweather.git
synced 2025-01-10 23:05:08 +00:00
Changed package name
This commit is contained in:
parent
084da1a39f
commit
ff8a348f09
@ -4,7 +4,7 @@ import (
|
||||
"io/ioutil"
|
||||
"testing"
|
||||
|
||||
"github.com/EricNeid/openweather/internal/test"
|
||||
"github.com/EricNeid/go-openweather/internal/test"
|
||||
)
|
||||
|
||||
const apiKeyFile = "testdata/api.key"
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
|
||||
"github.com/EricNeid/openweather"
|
||||
"github.com/EricNeid/go-openweather"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
||||
module github.com/EricNeid/openweather
|
||||
module github.com/EricNeid/go-openweather
|
||||
|
||||
go 1.13
|
||||
|
@ -3,7 +3,7 @@ package openweather
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/EricNeid/openweather/internal/test"
|
||||
"github.com/EricNeid/go-openweather/internal/test"
|
||||
)
|
||||
|
||||
func TestNewQueryForCity(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user