Skip to content

Instantly share code, notes, and snippets.

@vkorbes
Created July 4, 2019 12:39
Show Gist options
  • Select an option

  • Save vkorbes/b737c79d5fa3aa76082fbc384cc3f14a to your computer and use it in GitHub Desktop.

Select an option

Save vkorbes/b737c79d5fa3aa76082fbc384cc3f14a to your computer and use it in GitHub Desktop.
(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