Skip to content

gophercoders/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello

Hello is a a simple Go program that prints "Hello Gophers!" and draws a ASCII art gopher to the terminal.

The source code is documented to show how it works and the basic structure of a Go program.

The program is intended to be a test program for GopherCoders.com to ensure that a go installtion is correct.

Building

First get the code:

go get github.com/gophercoders/hello

If you are not already in your workspace directory change directory first.

On Linux, MaxOS X, Raspberry Pi

cd $GOPATH/src/geophercoders/hello

On Windows

cd %GOPATH%\src\gophercoders\hello

Running

Then run it, with

go run hello.go

About

Hello is the GopherCoders.com test program. It prints "Hello gophers!" to the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages