.gitignore
|
do not ignore go.mod and go.sum
|
2019-07-01 13:07:20 -04:00 |
LICENSE
|
add MIT license
|
2019-07-01 13:07:20 -04:00 |
Makefile
|
move all ViewController methods to view.go
|
2019-07-01 13:07:20 -04:00 |
go.mod
|
drop useless import, use redux v2
|
2019-07-01 13:07:20 -04:00 |
go.sum
|
drop useless import, use redux v2
|
2019-07-01 13:07:20 -04:00 |
json.go
|
rename ID to Id
|
2019-07-01 13:07:20 -04:00 |
loop.go
|
use the time.After in fetching loop select case
|
2019-07-01 13:07:20 -04:00 |
main.go
|
add moar comments
|
2019-07-01 13:07:20 -04:00 |
render.go
|
rename ID to Id
|
2019-07-01 13:07:20 -04:00 |
state.go
|
drop useless import, use redux v2
|
2019-07-01 13:07:20 -04:00 |
view.go
|
move all ViewController methods to view.go
|
2019-07-01 13:07:20 -04:00 |