diff --git a/main.go b/main.go new file mode 100644 index 0000000..c4033db --- /dev/null +++ b/main.go @@ -0,0 +1,4 @@ +package thorax + +// main unikernel loop +// run all the various other go programs as go routines instead.