mirror of
				https://github.com/vsariola/sointu.git
				synced 2025-10-30 23:45:53 -04:00 
			
		
		
		
	docs(tracker): improve package go doc comments
This commit is contained in:
		
						parent
						
							a9517f1511
						
					
				
				
					commit
					1a8a317464
				
			| @ -124,9 +124,9 @@ func main() { | ||||
| 	outputFile, err := os.Create("gmdlsentries.go") | ||||
| 	check(err) | ||||
| 	defer outputFile.Close() | ||||
| 	fmt.Fprintln(outputFile, "// Code generated by go generate; DO NOT EDIT.") | ||||
| 	fmt.Fprintln(outputFile, "package tracker") | ||||
| 	fmt.Fprintln(outputFile, "") | ||||
| 	fmt.Fprintln(outputFile, "// Code generated by go generate; DO NOT EDIT.") | ||||
| 	fmt.Fprintln(outputFile, "var GmDlsEntries = []GmDlsEntry{") | ||||
| 	readChunk(0, inputFile, &gmDlsVisitor{outputFile: outputFile}) | ||||
| 	fmt.Fprintln(outputFile, "}") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user