You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby's string manipulation magic brought to Golang
4
4
5
5
Why?
6
6
> "What was the biggest surprise you encountered rolling out Go?" I knew the answer instantly: Although we expected C++ programmers to see Go as an alternative, instead **most Go programmers come from languages like Python and Ruby**.
7
7
Robert Pike, [Less is exponentially more](http://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html)
8
8
9
-
gstrings makes all the string manipulation methods from ruby accessible in go.
9
+
stringutil makes all the string manipulation methods from ruby accessible in go.
10
10
11
11
12
12
##Install
13
13
```bash
14
-
go get https://github.com/wallclockbuilder/gstrings
14
+
go get https://github.com/wallclockbuilder/stringutil
0 commit comments