Archive of an old project to create tools for 8-bit development.
This has been superseded
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module github.com/peter-mount/dev8bit |
|
|
|
go 1.12 |
|
|
|
require ( |
|
github.com/c-bata/go-prompt v0.2.5 |
|
github.com/mattn/go-shellwords v1.0.11 |
|
github.com/peter-mount/go-kernel v0.0.0-20210214115401-a09602859a53 |
|
)
|
|
|