pkg(go-1.16.2): Added go 1.16.2

This commit is contained in:
Victor Frazao 2021-03-13 18:40:32 -05:00
parent 39adb13ba1
commit d62fa25dc2
5 changed files with 22 additions and 0 deletions

7
packages/go/1.16.2/test.go vendored Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("OK")
}