MicroPad
Features

Quickstart

This is the installation page

$ go install example.com

Let’s Write some go code!

// Declare our imports
import "fmt"

// Main function; the entry to our program
func main() {
    // Print Hello, World!
    fmt.Println("Hello, World!")
}
// this is a reallllllly long comment, let's see how my styles handle it! Anyway bye now...