VirtualTam's bookmarks
305 bookmarks found
-
On the road to pure Go X11 GUIs
2018-09-10 - https://lobste.rs/s/3xlwxi/on_road_pure_go_x11_guis
- https://news.ycombinator.com/item?id=17935387
- https://www.reddit.com/r/programming/comments/9dv17q/on_the_road_to_pure_go_x11_guis/
- https://www.reddit.com/r/golang/comments/9dxs4d/on_the_road_to_pure_go_x11_guis/
- https://medium.com/@donhopkins/the-x-windows-disaster-128d398ebd47
-
CodeReviewComments · golang/go Wiki
2018-08-18 -
Go - Formatting tabular data
2018-07-16 Reference:
- https://golang.org/pkg/text/template/
- https://golang.org/pkg/text/tabwriter/
- https://golang.org/pkg/strings/
Articles:
Threads:
-
Packages using struct field tags:
- https://golang.org/pkg/encoding/json/
- https://golang.org/pkg/encoding/xml/
- https://golang.org/pkg/reflect/
- https://github.com/golang/go/wiki/Well-known-struct-tags
Articles:
- https://blog.golang.org/json-and-go
- https://www.golang-book.com/books/intro/9#section1
- https://sosedoff.com/2016/07/16/golang-struct-tags.html
- https://gobyexample.com/json
Threads: