Skip to content
Snippets Groups Projects
main.go 158 B
Newer Older
  • Learn to ignore specific revisions
  • package main
    
    import (
    
    Manuel Kieweg's avatar
    Manuel Kieweg committed
    	"nucleus"
    
    )
    
    func main() {
    
    	// hand off to cmd for further processing
    
    	nucleus.Execute()
    
    
    	// nothing to see here, please move on!
    }