Geon Kim

Results 3 issues of Geon Kim

Now, gramework's contribution rules were unclear. And code style was not unified. It makes problem to contribute to this project. 😢 ## Needs 1. Explicit documentation rules 2. Unified code...

help wanted
needs investigation

For now, `*String` methods are just syntactic sugars for `[]byte(str)` conversion; thus, they make unnecessary allocations and copies. This change optimizes string operations not to make any allocations and (data)...

## Summary Since the `time.Time` implements `fmt.Stringer` interface, `*time.Time` was formatted with `fmt.Stringer`. To format it with `formatTime`, I added an explicit check for `*time.Time`. ## Checklist - [x] Unit...