Skip to content

Commit

Permalink
Merge pull request #18 from Doer-org/revert-17-fix/logo
Browse files Browse the repository at this point in the history
Revert "ロゴ出力修正"
  • Loading branch information
clcl777 authored Feb 10, 2024
2 parents 6f30fbc + 3ebf56a commit 702679e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions examples/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ func helloWorldHandler(w http.ResponseWriter, r *http.Request) {

func main() {
http.HandleFunc("/", helloWorldHandler)
fmt.Println(`
### ## ####### ###### ##### #####
## ## ## # # ## # ## ## ## ##
## ## ## # ## ## ## #
#### #### ## ## ## #####
## ## ## # ## ## ## ##
## ## ## # ## ## ## ## ##
### ## ####### #### ##### #####
`)
fmt.Println("Server started on http://localhost:8090")

if err := http.ListenAndServe(":8090", nil); err != nil {
fmt.Printf("Error starting server: %s\n", err)
}
Expand Down

0 comments on commit 702679e

Please sign in to comment.