mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Brian Goff](/assets/img/avatar_default.png)
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{}
|