Fix import

This commit is contained in:
Tom Wright 2020-04-15 16:59:58 +01:00
parent 970b61ad86
commit b8f5abc401
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package main
import ( import (
"flag" "flag"
"fmt" "fmt"
"mermaid-server/internal" "github.com/tomwright/mermaid-server/internal"
"net/http" "net/http"
"os" "os"
) )