github.com/PentoHQ/moq@v0.0.0-20190507125140-c45c141f300b/pkg/moq/testpackages/buildconstraints/user/user.go (about) 1 package user 2 3 import "github.com/matryer/buildconstraints" 4 5 // Service does something good with computers. 6 type Service interface { 7 DoSomething(buildconstraints.SomeType) error 8 } 9