summaryrefslogtreecommitdiff
path: root/Go Compiler.md
blob: 07ca58f66c1ca5c4bf6ca9ff3a562a95a4be3ed8 (plain)
1
2
3
4
5
6
7
[[Golang]]

---

Go compiles into native machine code.

The compiler will **not compile** source code that is not formatted according to **gofmt**.