fix import

This commit is contained in:
hybris 2019-02-01 06:27:31 +01:00
parent 55f707eb22
commit 769d75c175

View file

@ -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")