Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
main.go 89 B
package main

import "fmt"

func main() {
    fmt.Println("Save the world with Go!!!")
}