Mirror of a distributed, offline-first bug tracker embedded in git
1package main 2 3import "fmt" 4 5func main() { 6 fmt.Println("Hello git !") 7}