add
This commit is contained in:
parent
8fb7712b54
commit
33b164e63f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -195,7 +195,7 @@ func main() {
|
|||
}
|
||||
|
||||
if *profile > 0 {
|
||||
go http.ListenAndServe("0.0.0.0:"+strconv.Itoa(8080), nil)
|
||||
go http.ListenAndServe("0.0.0.0:"+strconv.Itoa(*profile), nil)
|
||||
}
|
||||
|
||||
for {
|
||||
|
|
Loading…
Add table
Reference in a new issue