turbo-editors/turbo-gopublic Fork 0
358e481a3409e3b1d3c7ba61b1957eadad3940a3
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-go.git
git clone ssh://git@rickub.com/turbo-editors/turbo-go.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

🛟 Updated. 358e481 · on 358e481a3409e3b1d3c7ba61b1957eadad3940a3 · k33g · 15h ago
.gitignore · 15 lines · 511 BText Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
bin/
kits
*.env
# release.env is the one .env that is committed: it carries the version being
# published and its one-line description, which are part of the project's
# record. Token files (*.token.env) stay under the rule above.
!release.env
release

# A go.work pointing at the checkout beside this one is how you build against an
# unreleased turbo-core. It is one person's local wiring, never the project's:
# committed, it would break every clone that has no such checkout.
go.work
go.work.sum
./turbo-go