Go-Template
Go-Template copied to clipboard
Go Template examples and code generator
Results
1
Go-Template issues
Sort by
recently updated
recently updated
newest added
The existing code of computing the final output path ```go outputFileName := strings.TrimSuffix(*dataFileName, filepath.Ext(*dataFileName)) + ".generated.txt" ``` does not take into account that the dataFileName can be a path rather...