Dave Brophy
Dave Brophy
Also, jsgo could probably do with some additions to support things like the `preload` and `dns-prefetch preconnect` hints you have in your HTML.
In [dst](https://github.com/dave/dst) the algorithm to associate comments with decoration attachment points was by no means straightforward. If it finds nothing below the comment it bounces back and searches before the...
Looks great! I'll probably leave the jennifer library as-is without templ support though. This would be great as a separate library though...
When creating a struct definition, you don't need to use `Dict`... the `Struct` method preserves the order of items: ```go c := Type().Id("foo").Struct( List(Id("x"), Id("y")).Int(), Id("u").Float32(), ) fmt.Printf("%#v", c) //...
Can you show me the code you want it to output?