Documentation ¶ Index ¶ type DoSomething Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DoSomething ¶ type DoSomething interface { Do(thing one.Thing) error Another(thing one.Thing) error } DoSomething does something. Source Files ¶ View all Source files two.go Click to show internal directories. Click to hide internal directories.