package main import (
"nucleus"
) func main() { // hand off to cmd for further processing
nucleus.Execute()
// nothing to see here, please move on! }