From d613d634b052b8e173be054f7381cbed289e5531 Mon Sep 17 00:00:00 2001 From: hashworks Date: Fri, 12 Oct 2018 13:59:03 +0200 Subject: [PATCH] Add note with link to the custom_stylesheets example --- _examples/css_classes/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_examples/css_classes/main.go b/_examples/css_classes/main.go index d650e96..5046b72 100644 --- a/_examples/css_classes/main.go +++ b/_examples/css_classes/main.go @@ -7,6 +7,8 @@ import ( "net/http" ) +// Note: Additional examples on how to add Stylesheets are in the custom_stylesheets example + func inlineSVGWithClasses(res http.ResponseWriter, req *http.Request) { res.Write([]byte( "" +