gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
487 stars 40 forks source link

Add Strings.Join #19

Closed gernest closed 6 years ago

gernest commented 6 years ago

I noticed TestStringsJoin was failing because there was no Join method on Strings.

natefinch commented 6 years ago

Oh, hmm, I meant to remove that. This I why I need Travis up asap. I removed Strings.join on purpose because it duplicates the standalone strings.join in the funcmap .. like it doesn't save you any typing or anything.

gernest commented 6 years ago

@natefinch uh! So what do you suggest? should I remove it in this PR?

gernest commented 6 years ago

well, no need for this, it is easy to delete the code directly