Open mizuhashiOzy opened 2 years ago
example:
!= '\''
the \ is persisted to the generated go file and go template which causes problem since ' doesn't need to be escaped in go string literals
example:
the \ is persisted to the generated go file and go template which causes problem since ' doesn't need to be escaped in go string literals