// Package main is the entry point for the neoirc-cli client. package main import "sneak.berlin/go/neoirc/internal/cli" func main() { cli.Run() }