Commands live at bin/brain/{index,get,stats,eval,watch}.go and
bin/mail/import.go, bin/markdown/import.go, bin/postgres/query.go.
Python remains the Ladybug write worker. index_mail is a deprecation
shim that rebuilds via --with-mail.
4 lines
137 B
Go
4 lines
137 B
Go
// Commands in this directory are shebang mains (import.go), tagged so
|
|
// `go build ./bin/markdown` does not see two mains.
|
|
package main
|