fix import
This commit is contained in:
parent
55f707eb22
commit
769d75c175
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -6,7 +6,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"github.com/oevermod/serve-core"
|
"git.e2m.io/hybris/serve-core"
|
||||||
)
|
)
|
||||||
|
|
||||||
var path = flag.String("f", "", "directory/file to be served")
|
var path = flag.String("f", "", "directory/file to be served")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue