Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```