Fixed example typo

This commit is contained in:
Kristoffer A. Iversen 2017-09-11 15:16:39 +02:00 committed by GitHub
parent ff625d4acc
commit 33a4ccf9b7

View File

@ -41,5 +41,5 @@ func main() {
} }
} }
log.Println("Server exist") log.Println("Server exiting")
} }