Ahoy, matey! We can't find the booty ye be looking for.

Or in plain english, we can't find the page you are looking for. If you typed in the URL yourself, double check that you got it right. If you clicked a link to get here, please let me know what page you were on and what link you clicked so I can get it fixed up and help you find the page.


Gopher by Egon Elbre

Perhaps a puzzle will lead you to some treasure.

package main

import "fmt"

func main() {
    fmt.Println("Such mystery. Many wow! What could it mean?")
    data := []byte{
        53, 49, 51, 50, 51, 57, 55, 53, 53, 65, 51, 51, 52,
        65, 54, 56, 54, 52, 52, 56, 52, 68, 54, 56, 52, 57,
        52, 54, 54, 67, 55, 54, 54, 52, 53, 51, 52, 50, 54,
        65, 54, 51, 54, 68, 52, 54, 54, 65, 54, 49, 51, 50,
        53, 54, 54, 66, 52, 57, 52, 56, 53, 50, 54, 70, 53,
        65, 53, 51, 52, 49, 54, 70, 54, 51, 54, 68, 53, 54,
        55, 51, 53, 57, 53, 56, 53, 50, 55, 48, 54, 52, 54,
        68, 53, 54, 55, 51, 54, 53, 53, 51, 52, 50, 55, 65,
        54, 49, 53, 55, 51, 49, 55, 55, 54, 50, 52, 55, 53,
        53, 55, 48, 52, 57, 52, 55, 52, 69, 55, 54, 53, 65,
        52, 55, 53, 53, 54, 56, 52, 57, 52, 53, 53, 54, 55,
        52, 53, 57, 53, 55, 54, 67, 55, 51, 52, 57, 52, 55,
        51, 49, 54, 67, 52, 57, 52, 51, 51, 48, 54, 55, 54,
        49, 54, 68, 51, 57, 55, 53, 53, 49, 52, 55, 52, 69,
        54, 56, 54, 50, 52, 55, 54, 56, 55, 54, 54, 52, 53,
        55, 51, 52, 55, 53, 54, 49, 53, 55, 51, 56, 54, 55,
        52, 67, 53, 51, 52, 50, 54, 56, 54, 50, 54, 68, 53,
        49, 54, 55, 53, 51, 53, 51, 54, 52, 55, 51, 54, 50,
        52, 51, 52, 50, 55, 65, 53, 65, 53, 55, 51, 53, 54,
        66, 52, 57, 52, 56, 54, 67, 55, 54, 54, 52, 53, 51,
        52, 50, 55, 54, 54, 52, 54, 68, 53, 54, 55, 57, 52,
        57, 52, 55, 52, 53, 54, 55, 53, 65, 52, 55, 54, 67,
        55, 65, 53, 57, 51, 50, 51, 57, 51, 49, 54, 50, 54,
        69, 53, 49, 54, 55, 53, 65, 54, 68, 51, 57, 55, 57,
        52, 57, 52, 55, 51, 49, 51, 53, 52, 57, 52, 55, 52,
        65, 55, 54, 54, 50, 51, 50, 55, 51, 55, 51, 52, 57,
        52, 54, 54, 52, 54, 67, 53, 57, 54, 57, 52, 50, 52,
        53, 53, 65, 53, 56, 53, 65, 54, 67, 54, 50, 52, 55,
        51, 57, 55, 55, 54, 50, 53, 55, 53, 54, 55, 53, 54,
        52, 52, 51, 52, 50, 51, 51, 54, 49, 53, 56, 53, 50,
        54, 70, 52, 57, 52, 53, 54, 52, 55, 54, 52, 67, 54,
        55, 51, 68, 51, 68}
    fmt.Println(data)
}
Avatar of Jon Calhoun
Articles and Tutorials by
Jon Calhoun

Jon Calhoun is a full stack web developer who teaches about Go, web development, algorithms, and anything programming. If you haven't already, you should totally check out his Go courses.

Previously, Jon worked at several statups including co-founding EasyPost, a shipping API used by several fortune 500 companies. Prior to that Jon worked at Google, competed at world finals in programming competitions, and has been programming since he was a child.

Recent Articles All Articles Mini-Series Progress Updates Tags About Me Go Courses

©2018 Jonathan Calhoun. All rights reserved.