Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyadhalnur/split_code_go
This is the demo code for the accompanying blog post on my site
https://github.com/riyadhalnur/split_code_go
blog blogpost demo go golang
Last synced: 2 days ago
JSON representation
This is the demo code for the accompanying blog post on my site
- Host: GitHub
- URL: https://github.com/riyadhalnur/split_code_go
- Owner: riyadhalnur
- License: mit
- Created: 2017-12-29T08:01:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T09:53:09.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T08:42:23.849Z (about 2 months ago)
- Topics: blog, blogpost, demo, go, golang
- Language: Go
- Homepage: https://verticalaxisbd.com/blog/code-splitting-go/
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# split_code_go
This is the demo code for the accompanying blog post on my site - [Code Splitting in Go](https://verticalaxisbd.com/blog/code-splitting-go/)## Run
In the terminal,
```shell
$ go run *.go // or
$ go run main.go hello.go
```