Closed sgmac closed 8 years ago
I just added the missing handle for assets, due to this the CSS wasn't loaded. Also the httprouter.NotFound should implement ServeHTTP.
httprouter.NotFound
+1 @sgmac
This PR fixed also my issue within Chapter 4.
I just added the missing handle for assets, due to this the CSS wasn't loaded. Also the
httprouter.NotFound
should implement ServeHTTP.