LangWatch
Go
Tags:
compiled
,
concurrent
,
imperative
,
modular
,
multiparadigm
,
procedural
Related tools:
Example 1
package
main
import
"
fmt
"
func
main
(
)
{
fmt
.
Println
(
"
Hello, world!
"
)
}
Go Summary
Language
Go
Home Page