summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/creasty/defaults@v1.6.0/internal/fixture/test.go
blob: 94c3d416ebc5df856a9011639b0244e58c3469f3 (plain)
1
2
3
4
5
6
7
package fixture

// Sample is a struct that contains 1 exported field and 1 unexported field
type Sample struct {
	ExportedFeild   int
	unexportedFeild int
}