Skip to content

Commit

Permalink
fix: add more verbose output on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
notwedtm committed Jan 1, 2024
1 parent 47903b0 commit 1e38435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sol-shotty/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ func proxy(w http.ResponseWriter, req *http.Request) {
func main() {
fmt.Printf("Loading the shotty...\n")
http.HandleFunc("/", proxy)

fmt.Printf("Shotty is ready to fire! Listening at http://127.0.0.1:420\n")
http.ListenAndServe(":420", nil)
}

0 comments on commit 1e38435

Please sign in to comment.