impl:impl生成用于实现接口的方法存根

时间:2024-03-16 04:48:52
【文件属性】:

文件名称:impl:impl生成用于实现接口的方法存根

文件大小:12KB

文件格式:ZIP

更新时间:2024-03-16 04:48:52

Go

impl生成用于实现接口的方法存根。 go get -u github.com/josharian/impl 用法示例: $ impl ' f *File ' io.ReadWriteCloser func (f * File) Read(p []byte) (n int, err error) { panic( " not implemented " ) } func (f * File) Write(p []byte) (n int, err error) { panic( " not implemented " ) } func (f * File) Close () error { panic( " not implemented " ) } # You can also provide a full name by specifying the package pat


【文件预览】:
impl-master
----testdata()
--------interfaces.go(4KB)
----implemented.go(2KB)
----impl.go(11KB)
----impl_test.go(12KB)
----.github()
--------workflows()
----.gitignore(11B)
----go.sum(2KB)
----README.md(788B)
----LICENSE.txt(1KB)
----go.mod(105B)

网友评论