11 lines
119 B
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
|