remove strconv

This commit is contained in:
astaxie 2014-06-20 13:28:23 +08:00
parent 4121c03544
commit 45bc09aba4
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ var globalDocsTemplate = `package docs
import (
"encoding/json"
"strconv"
"strings"
"github.com/astaxie/beego"