- Eliminate header comments with timestamps and ownership from all source files - Update agent and edit commands to clean such comments and simplify response handling - Add helper to remove last modified lines in edit command - Minor formatting and import cleanups across codebase
8 lines
82 B
Go
8 lines
82 B
Go
package main
|
|
|
|
import "gmgauthier.com/grokkit/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|