From 5dde553773da0a1efe5fcd7b96114892138bd772 Mon Sep 17 00:00:00 2001 From: Nick Khaetsky Date: Sun, 7 Feb 2021 12:59:23 +0300 Subject: [PATCH] Small typo fix :) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1183fc5..517ad9d 100755 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ func HandleKernel(response net.ResponseWriter, request *net.Request) { | Turn On The Lights |-------------------------------------------------------------------------- | - | We need to illuminate PHP development, so let us turn on the lights. + | We need to illuminate Go development, so let us turn on the lights. | This bootstraps the framework and gets it ready for use, then it | will load up this application so that we can run it and send | the responses back to the browser and delight our users.