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