canonical / chisel

GNU Affero General Public License v3.0
270 stars 42 forks source link

Refactor setup_test.go #56

Closed woky closed 1 year ago

woky commented 1 year ago

Archive structure is going to gain optional fields in followup commits. Change the structure definitions in setup_test.go to field:value format so that new optional fields won't require extending the definition with zero values.

Also format it with go fmt.