Skip to content

Commit

Permalink
Justin's second push
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Downie committed Jan 2, 2020
1 parent 6194fcf commit 92902d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file removed k8s-lab-server
Binary file not shown.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ func main() {

func simulateDog(res http.ResponseWriter, req *http.Request) {

res.Write([]byte("<html>"))

// make a new dog
dog := NewDog("Ace", res)
res.Write([]byte("Bruce Wayne goes to the pet store and comes home with a dog named " + dog.Name + "<br>\n"))

res.Write([]byte("<html>"))


// begin simulating dog
for {
Expand Down

0 comments on commit 92902d6

Please sign in to comment.