Add configuration file for automated license modifications, remove automated licese modifications from specific locations, and update the license set in the gem specification.
8 lines
158 B
Go
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
|
|
}
|