impl
Stub generator
Generates method stubs for implementing interfaces in Go.
impl generates method stubs for implementing an interface.
1k stars
10 watching
90 forks
Language: Go
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
edolphin-ydf/goimpl.nvim | Generates stubs for interfaces in code completion tools | 57 |
go-jose/go-jose | An implementation of JOSE standards in Go | 334 |
hexdigest/gounit | Generates tests stubs based on source function or method signature | 79 |
gosimple/slug | Tools for creating URL-friendly strings from Unicode input | 1,171 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
rjeczalik/interfaces | Tools for generating interfaces and structs in Go | 423 |
pid/speakingurl | Creates clean, user-friendly URLs from input strings by transliterating and manipulating characters. | 1,116 |
jhump/goprotoc | Makes it easy to work with Protocol Buffers in Go by providing tools and libraries for generating code, implementing plugins, and running the protocol buffer compiler. | 85 |
aws/smithy-go | Generates Go code for interacting with Smithy models | 177 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
gojuno/minimock | Generates mocks from Go interface declarations to simplify unit testing | 640 |
typeddjango/django-stubs | Provides precise static types and type inference for Django framework | 1,612 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
aphoh/go-substrate-gen | A tool that generates boilerplate code for substrate-based chains | 7 |
percolate/charlatan | Tools to generate mock implementations of interfaces in Go programming language | 203 |