Skip to content

Commit

Permalink
Fix: unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Jinli authored and Wang Jinli committed Dec 14, 2020
1 parent c6ac8bc commit 4df3b6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gosvr.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ package main
import (
"flag"
"fmt"
"github.com/JeziL/gosvr/utils"
"github.com/gobuffalo/packr/v2"
"log"
"net/http"
"os"
"runtime"
"time"

"github.com/JeziL/gosvr/server"
"github.com/JeziL/gosvr/utils"
"github.com/gobuffalo/packr/v2"

gosvr "github.com/JeziL/gosvr/server"
)

const _Version = "1.0.5"
const _Version = "1.0.6"

func main() {
var dir = flag.String("d", ".", "Root directory to serve files from.")
Expand Down

0 comments on commit 4df3b6f

Please sign in to comment.