CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Golang

Hello World in Go

December 6, 2025 gogolanghello-worldbeginnergetting-started

Every programming journey starts with Hello World. Let’s write our first Go program.

The Code

Create a file named hello.go:

1
2
3
4
5
6
7
package main

import "fmt"

func main() { …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • AWK
  • SNOBOL
  • Raku
  • Dylan
  • Perl

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub