go-goast / goastLinks
goast is a Go AST utility with the aim of providing idiomatic meta-programming facilities for Go.
☆137Updated 5 years ago
Alternatives and similar repositories for goast
Users that are interested in goast are comparing it to the libraries listed below
Sorting:
- Aspect Oriented Programming for Go☆225Updated 5 years ago
- Painless polymorphism☆126Updated 8 years ago
- General, type-safe, non-allocating set-operations for any sort.Interface☆170Updated 6 years ago
- A code generation tool to enable generics in go☆163Updated 7 years ago
- Generate datastructures for your types.☆77Updated 5 years ago
- A simple, extensible, library to make argument validation in Go palatable.☆117Updated 8 years ago
- Automate the boilerplate of fuzz testing Go interfaces | owner: @willsewell☆108Updated 8 years ago
- Configurable recompiling and rerunning go apps when source changes☆166Updated 7 years ago
- xlog is a logger for net/context aware HTTP applications☆139Updated 11 months ago
- A flexible error support library for Go☆167Updated 4 years ago
- Package strit introduces a new type of string iterator, along with a number of iterator constructors, wrappers and combinators.☆84Updated 3 years ago
- A Swiss Army knife for vendoring your own Go packages.☆36Updated 10 years ago
- [Go] interface-bench - a quick look at some of Go's subtleties regarding the use of interfaces.☆110Updated 8 years ago
- A caching library for go that supports multiple keys and various replacement algorithms.☆159Updated 2 years ago
- a persistence-layer Go package for loading/embedding SQL file contents for use in Go programs☆96Updated 6 years ago
- Keep your Go package dependencies fresh. Console tool for checking and updating package dependencies (imports).☆141Updated 9 years ago
- Compile text/template / html/template to regular go code☆119Updated 7 years ago
- Unfancy resources embedding for Go with out of box http.FileSystem support.☆176Updated 2 years ago
- Go generate syntactic sugar for SQL-backed structs☆52Updated 9 years ago
- A Go package for generating Go code☆136Updated 8 years ago
- [OBSOLETE] Go asset embedding for use with `go generate`☆108Updated 4 years ago
- Grind polishes Go programs.☆458Updated 5 years ago
- go test but faster (cached)☆247Updated 7 years ago
- Parallel and radix sorting in Go☆101Updated 2 years ago
- Will autobuild and kill/relaunch the target when you update the code.☆258Updated 7 years ago
- A tool to show Go package's API changes between two (git) revisions