11 lines
		
	
	
		
			130 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			130 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package sale
 | |
| 
 | |
| type Sale struct {
 | |
| 	Cost    cost
 | |
| 	Product product
 | |
| 	Audit   audit
 | |
| 	Benefit benefit
 | |
| 	Append  append
 | |
| 	Change  change
 | |
| }
 |