Add multi-language-repo
This commit is contained in:
parent
b73b259103
commit
583f8a923c
32 changed files with 257 additions and 0 deletions
9
tests/multi-language-repo/main.go
Normal file
9
tests/multi-language-repo/main.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
if true {
|
||||
fmt.Println("hello world")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue