Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chai2010/builtin
Provides some usefull functions for Go.
https://github.com/chai2010/builtin
Last synced: 3 months ago
JSON representation
Provides some usefull functions for Go.
- Host: GitHub
- URL: https://github.com/chai2010/builtin
- Owner: chai2010
- Created: 2014-10-17T06:18:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T09:48:28.000Z (over 4 years ago)
- Last Synced: 2024-10-06T01:19:02.078Z (3 months ago)
- Language: Go
- Homepage: https://github.com/chai2010/builtin/blob/master/builtin.go
- Size: 14.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- *Go语言QQ群: 102319854, 1055927514*
- *凹语言(凹读音“Wa”)(The Wa Programming Language): https://github.com/wa-lang/wa*----
# Package builtin provides some usefull functions.
Please copy the [builtin.go](builtin.go) file and fix the package name!
# Examples
```Go
func main() {
printf("hello %s\n", "world")
}
```# BUGS
Report bugs to .
Thanks!