Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created August 31, 2022 06:16
Show Gist options
  • Save percybolmer/c8e8b0cbf49613912687ac236211cd77 to your computer and use it in GitHub Desktop.
Save percybolmer/c8e8b0cbf49613912687ac236211cd77 to your computer and use it in GitHub Desktop.
Small program to run inside a docker scratch image
package main
import "log"
func main() {
log.Println("Hello from Scratch")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment