Skip to content

Commit

Permalink
some additions
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa committed Sep 10, 2023
1 parent c1df157 commit 618ce08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions start/main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
package main

import (
"fmt"
"net/http"
_ "net/http/pprof"

"github.com/Kawaii-Konnections-KK-Limited/Hayasashiken/foreignusage"
)

func main() {

go func() {
fmt.Println(http.ListenAndServe("localhost:6060", nil))
}()
foreignusage.InitService(nil, nil)
}

0 comments on commit 618ce08

Please sign in to comment.