Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

This example will find all golang code in this README.md file and run it.
This can be useful to test if your examples in your readme actually work.

package main

import "fmt"

func main() {
    fmt.Println("Hello World")
}