Created
July 4, 2019 12:39
-
-
Save vkorbes/b737c79d5fa3aa76082fbc384cc3f14a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (dlv) continue | |
| > main.main() ./main.go:10 (hits goroutine(1):1 total:1) (PC: 0x6fcb78) | |
| 5: "log" | |
| 6: "io/ioutil" | |
| 7: "fmt" | |
| 8: ) | |
| 9: | |
| => 10: func main() { | |
| 11: http.HandleFunc("/", webserver) | |
| 12: http.ListenAndServe(":8080", nil) | |
| 13: message := get() | |
| 14: fmt.Println("The webserver said:", message) | |
| 15: } | |
| (dlv) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment