For TypeScript Developers
The biggest adjustment in Targo is not the syntax. It is the semantics.
The useful mental model is:
- TypeScript-shaped syntax
- Go-first type and runtime reasoning
- Go-first tooling and interop boundaries
Read order
When to stop reading guides and jump to reference
Go to reference when your question is:
- is this feature supported?
- does this familiar JS API actually work here?
- what is the exact syntax or limitation?
- what does current Targo behavior guarantee?
Start here: