Files
moxa/_test/fun22.go

11 lines
119 B
Go

package main
import "time"
func main() {
time.Date()
}
// Error:
// 6:2: not enough arguments in call to time.Date