mirror of
https://github.com/golang/go.git
synced 2025-10-19 19:13:18 +00:00
22 lines
359 B
Text
22 lines
359 B
Text
![]() |
Get Going
|
||
|
----
|
||
|
|
||
|
Rob Pike
|
||
|
|
||
|
----
|
||
|
(September 10, 2008)
|
||
|
|
||
|
|
||
|
This document is a tutorial introduction to the basics of the Go systems programming
|
||
|
language, intended for programmers familiar with C or C++.
|
||
|
|
||
|
--PROG progs/helloworld.go
|
||
|
|
||
|
--PROG progs/helloworld.go /func.main/ END
|
||
|
|
||
|
--PROG progs/helloworld.go /print/
|
||
|
|
||
|
--PROG progs/helloworld.go /func/
|
||
|
|
||
|
Now is the time.
|