Create main.go

pull/2/head
golangci 6 years ago committed by GitHub
parent 4685653eb0
commit 6861e54231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,7 @@
package main
import "log"
func main() {
log.Printf("just to set repo language to Go")
}
Loading…
Cancel
Save