github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/goparsing/product/product.go (about)

     1  package product
     2  
     3  type Product struct {
     4  	ID string `json:"id"`
     5  }