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