Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromJavaToGoSyntax ¶
FromJavaToGoSyntax convert a translation string made for Java to a one suitable for golang (printf-style). The conversion transforms java placeholders like "{0}","{1}","{2}",etc... with the equivalent for golang "%[1]v","%[2]v","%[3]v",etc... A pair of adjacent single-quote characters "'" (U+0027) is replaced with one only.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.