genx icon indicating copy to clipboard operation
genx copied to clipboard

Improve name replacement

Open OneOfOne opened this issue 6 years ago • 1 comments

Example:

func RemoveMe() {}
func RemoveMe2() {}

With genx -fn RemoveMe turns into :

func 2() {}

OneOfOne avatar Aug 25 '17 17:08 OneOfOne

I've just built a tool to do such jobs with ease: https://github.com/zhiqiangxu/gg

zhiqiangxu avatar Feb 21 '20 04:02 zhiqiangxu