Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit a2fc1e6

Browse files
committed
use version in package path
1 parent dce0105 commit a2fc1e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/server/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/http"
66

77
v1 "go.octolab.org/ecosystem/tablo/internal/generated/api/v1"
8-
"go.octolab.org/ecosystem/tablo/internal/server"
8+
server "go.octolab.org/ecosystem/tablo/internal/server/v1"
99
)
1010

1111
var (

internal/server/tablo.go renamed to internal/server/v1/tablo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package server
1+
package v1
22

33
import (
44
"context"

0 commit comments

Comments
 (0)