https://github.com/guonaihong/go-example
存放go的一些小例子,或者奇思妙想。
https://github.com/guonaihong/go-example
Last synced: about 2 months ago
JSON representation
存放go的一些小例子,或者奇思妙想。
- Host: GitHub
- URL: https://github.com/guonaihong/go-example
- Owner: guonaihong
- License: apache-2.0
- Created: 2021-01-18T03:23:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T04:41:49.000Z (over 4 years ago)
- Last Synced: 2025-01-30T21:54:56.981Z (4 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-example
存放go的一些小例子,或者奇思妙想。## prove-that-go-bool-is-int8-or-uint8
用代码证明go的bool是个1字节整数