f636807065
Now handles `package.Type` and `*package.Type` Fixes parsing issues with slice and map types. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
4 lines
82 B
Go
4 lines
82 B
Go
package otherfixture
|
|
|
|
// Spaceship is a fixture for tests
|
|
type Spaceship struct{}
|