Skip to content

Commit 7ad5002

Browse files
author
Prad N
committed
refactor: move wasm context to internal package
1 parent 67a37e7 commit 7ad5002

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package app
55
import (
66
"github.com/labstack/echo/v4"
77
echomiddleware "github.com/labstack/echo/v4/middleware"
8-
"github.com/onsonr/motr/context"
8+
"github.com/onsonr/motr/internal/context"
99
"github.com/onsonr/motr/pkg/models"
1010
"github.com/onsonr/motr/pkg/types"
1111
)
File renamed without changes.

0 commit comments

Comments
 (0)