Files
eiblog/main.go
deepzz0 ead9533be3 update
2016-10-02 00:11:15 +08:00

16 lines
187 B
Go

// Package main provides ...
package main
import (
// "net/http"
// _ "net/http/pprof"
)
func main() {
// pprof
// go func() {
// http.ListenAndServe(":6060", nil)
// }()
Run()
}