Parsers and commands live in internal/chats. bin/chats/{sync,import,facts,apply}.go
are tagged shebang mains. Brain ingest is not a chats command.
5 lines
231 B
Go
5 lines
231 B
Go
// Commands in this directory are shebang mains (sync.go, import.go, facts.go,
|
|
// apply.go), each behind an exclusive build tag so `go build ./bin/chats`
|
|
// does not see two mains. Shared code lives in internal/chats.
|
|
package main
|