This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
srv/main.go
Dave Gallant 49ea48976d Re-structure packages
Overhaul of package structure and other cleanup.
2020-04-04 20:19:46 -04:00

10 lines
90 B
Go

package main
import cui "github.com/davegallant/srv/cui"
func main() {
cui.Start()
}