You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Created by interfacer; DO NOT EDITpackage example
import (
"context""github.com/michilu/example/example"
)
// ZeroIF is an interface generated for "github.com/michilu/example/example.Zero".typeZeroIFinterface {
GetOne() context.ContextGetTwo() *example.Two
}
The interfacer version is 60bd913 on Dec 21, 2018 .
The text was updated successfully, but these errors were encountered:
michilu
changed the title
imports itself and has itself in prefix
(interfacer) imports itself and has itself in prefix
Sep 5, 2019
Hi! Guys,
I had problems,
import "github.com/michilu/example/example"
*example.Two
example.go
then,
$ go generate ./...
generated
ZeroIF.go
:The interfacer version is 60bd913 on Dec 21, 2018 .
The text was updated successfully, but these errors were encountered: