1
0
mirror of https://github.com/beego/bee.git synced 2025-07-06 15:00:17 +00:00

Remove unused import

This commit is contained in:
saturn4er
2016-07-09 19:22:30 +03:00
parent efea375611
commit 718c9ca466

1
run.go
View File

@ -17,7 +17,6 @@ package main
import ( import (
"bytes" "bytes"
"io/ioutil" "io/ioutil"
"log"
"net" "net"
"os" "os"
path "path/filepath" path "path/filepath"