@@ -5,7 +5,7 @@ import (
|
||||
"honoka-chan/handler"
|
||||
"honoka-chan/middleware"
|
||||
"honoka-chan/sifcap"
|
||||
"honoka-chan/tools"
|
||||
_ "honoka-chan/tools"
|
||||
"honoka-chan/xclog"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
@@ -16,11 +16,6 @@ func init() {
|
||||
}
|
||||
|
||||
func main() {
|
||||
tools.AnalysisApi1Data("assets/api1.json")
|
||||
tools.AnalysisApi2Data("assets/api2.json")
|
||||
tools.AnalysisApi3Data("assets/api3.json")
|
||||
// tools.ListUnitData()
|
||||
|
||||
if config.Conf.SifCap.Enabled {
|
||||
sifcap.Start()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user