got icon indicating copy to clipboard operation
got copied to clipboard

Clever, minimal wrapper to improve Go `html/template` usage. No loss of speed.

Results 2 got issues
Sort by recently updated
recently updated
newest added

[Change New](https://github.com/Xeoncross/got/blob/81300bab7fee063e1d85c2b96c696af9eff496db/templates.go#L56) to be able to support `io/fs` FS. It would be necessary to pass in a FS and a path.

There has been a report that `{{ /* use main */ }}` doesn't work but `{{/* use main */}}` (no leading/trailing whitespace) does. Not sure what is going on as...