Add note with link to the custom_stylesheets example

This commit is contained in:
hashworks 2018-10-12 13:59:03 +02:00
parent 88495c9fe2
commit d613d634b0
No known key found for this signature in database
GPG key ID: 402E6341CF634B3B

View file

@ -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(
"<!DOCTYPE html><html><head>" +