fix cyclic dependency with go modules
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package simple
|
||||
|
||||
// Foo is a test interface
|
||||
type Foo interface {
|
||||
FooIt(bar *Bar)
|
||||
}
|
||||
|
||||
// Bar is a test type
|
||||
type Bar struct{}
|
||||
|
Reference in New Issue
Block a user