You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go developers work heavily in the terminal. ccline adds AI to that terminal workflow:
$ build go binary for linux from mac
→ Use GOOS and GOARCH:
GOOS=linux GOARCH=amd64 go build -o myapp-linux ./cmd/myapp
$ run go tests with race detector and verbose output
→ Use -race and -v flags:
go test -race -v ./...
$ find all unused imports in go files
→ Use goimports:
goimports -l .
Commands found — ↑/↓ to choose:
❯ go test -race -v ./...
✗ Cancel
ccline hooks into command_not_found_handler — type questions at the shell prompt instead of switching to a browser. Normal commands are unaffected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hey Go community!
Go developers work heavily in the terminal. ccline adds AI to that terminal workflow:
ccline hooks into
command_not_found_handler— type questions at the shell prompt instead of switching to a browser. Normal commands are unaffected.curl -fsSL https://raw.githubusercontent.com/jianshuo/ccline/main/install.sh | bashUses
claudeCLI orcodexCLI. macOS + Linux.All reactions