Chris Roberts a7135c000b Apply license adjustments and fixes
Add configuration file for automated license modifications, remove
automated licese modifications from specific locations, and update the
license set in the gem specification.
2023-08-10 17:05:19 -07:00

8 lines
158 B
Go

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