https://github.com/jenting/goproblem
The problems I had met golang
https://github.com/jenting/goproblem
golang problem problem-solving
Last synced: 12 months ago
JSON representation
The problems I had met golang
- Host: GitHub
- URL: https://github.com/jenting/goproblem
- Owner: jenting
- License: mit
- Created: 2018-04-27T02:34:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T21:18:18.000Z (about 1 year ago)
- Last Synced: 2025-02-01T09:15:34.253Z (about 1 year ago)
- Topics: golang, problem, problem-solving
- Language: Go
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goproblem
The problems I had met in golang
1. [A infinite loop stop time is not accurate with select time.After](https://github.com/hsiaoairplane/goproblem/tree/master/infinite-loop-select-timeout)
2. [Index with built-in range function](https://github.com/hsiaoairplane/goproblem/tree/master/range-index)