pinebook-tests/make-sdcard
Jeff Carr 8acd16d671 try to make an unbuffered io read version
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-04-07 12:16:17 -07:00
..
.gitignore playing around with one of the golang ui packages 2019-04-05 14:14:55 -07:00
LICENSE playing around with one of the golang ui packages 2019-04-05 14:14:55 -07:00
Makefile playing around with one of the golang ui packages 2019-04-05 14:14:55 -07:00
README.md playing around with one of the golang ui packages 2019-04-05 14:14:55 -07:00
config.go playing around with one of the golang ui packages 2019-04-05 14:14:55 -07:00
config.yml playing around with one of the golang ui packages 2019-04-05 14:14:55 -07:00
main.go try to make an unbuffered io read version 2019-04-07 12:16:17 -07:00
shell.go add a 'script' function 2019-04-06 07:42:01 -07:00

README.md

cloud-control-panel

This is how the cloud should work. It's time to change the rules.

This app requires IPv6 to work.

Obviously I'm developing this app on Linux so if things are broken in the MacOS or Windows, check the Linux version if possible to see if it is also broken there.

build

go get -v -t -u git.wit.com/wit/cloud-control-panel
cd ~/go/src/git.wit.com/wit/cloud-control-panel
go build
./cloud-control-panel

License

This is a GPL 3.0 Project.

Credits

  • All the GO developers & Google
  • The analabs people that made the golang cross platform UI
  • All the kernel, KVM and QEMU developers