GoAdminGroup / go-admin

Use of net/http's ListenAndServe function has no support for setting timeouts GO-S2114
Security
Major
1 occurrence in this check
Use of net/http serve function that has no support for setting timeouts
247		fmt.Println("GoAdmin web install program start.")
248		sc <- struct{}{}
249
250		if err := http.Serve(l, nil); err != nil {251			log.Fatal("ListenAndServe: ", err)
252		}
253		fmt.Println("GoAdmin web install program start.")