Skip to content

Commit f224433

Browse files
committed
make radar code internal
1 parent dbd90d3 commit f224433

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

correctedforecaster/internal/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/metno/forti/correctedforecaster/internal/health"
1818
"github.com/metno/forti/correctedforecaster/internal/lookup"
1919
"github.com/metno/forti/internalprotocol"
20-
"github.com/metno/forti/parameters/radar"
20+
"github.com/metno/forti/internal/radar"
2121
)
2222

2323
func Run(upstream string, port int, topographyFiles []string) error {

jsonfrontend/internal/server/encode/encode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/metno/forti/internalprotocol"
88
"github.com/metno/forti/jsonfrontend/internal/server/config"
99
"github.com/metno/forti/jsonfrontend/pkg/jsonformat"
10-
"github.com/metno/forti/parameters/radar"
10+
"github.com/metno/forti/internal/radar"
1111
"github.com/metno/go-weathersymbol"
1212
)
1313

xmlfrontend/internal/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"time"
1414

1515
"github.com/metno/forti/internalprotocol"
16-
"github.com/metno/forti/parameters/radar"
16+
"github.com/metno/forti/internal/radar"
1717
"github.com/metno/forti/xmlfrontend/internal/server/config"
1818
"github.com/metno/forti/xmlfrontend/internal/server/encode"
1919
"github.com/metno/forti/xmlfrontend/pkg/xmlformat"

0 commit comments

Comments
 (0)