Closed sundarv85 closed 4 months ago
Hello,
I would like to use just the stripBracesAndTimezones function from the library. However, this function is as of now not exported. Can this be changed to be exportable (to StripBracesAndTimezones)
Thanks
I've made PopTzOffset into a public function in commit f7e2e9d.
PopTzOffset
For the strip braces part I didn't make it public because it can be easily achieved using regexp or strings.ReplaceAll.
strings.ReplaceAll
Hello,
I would like to use just the stripBracesAndTimezones function from the library. However, this function is as of now not exported. Can this be changed to be exportable (to StripBracesAndTimezones)
Thanks