# Development notes These are the development notes for the Go version. The idea is to use the help files to implement BULLETIN. ## Things to do * Implement a better dclish parser. * Implement each command. * Decide on how the boards are managed. ## Module links * cli - [docs](https://cli.urfave.org/v3/getting-started/) * readline - [docs](https://pkg.go.dev/github.com/chzyer/readline) * xdg - [docs](https://pkg.go.dev/github.com/adrg/xdg)