Hello world! How to Start any Go Application
·
51 words
·
1 minute read
This is a simple first version of any go application – The famous Hello World.
Using the format library and a c-style printf function to output a string to screen.
|
|