diff --git a/main.go b/main.go
index b35d79e..45e5fe9 100644
--- a/main.go
+++ b/main.go
@@ -5 +4,0 @@ import (
- // _ "net/http/pprof"
@@ -9,5 +7,0 @@ func main() {
- // Server for pprof
- // go func() {
- // fmt.Println(http.ListenAndServe("localhost:6060", nil))
- // }()
-
package main
import (
"gui/document"
// _ "net/http/pprof"
)
func main() {
// Server for pprof
// go func() {
// fmt.Println(http.ListenAndServe("localhost:6060", nil))
// }()
document.Open("./src/index.html")
}