Repository URL to install this package:
|
Version:
1.0 ▾
|
package a
import "log"
func Do() {
Do2()
}
func Do2() {
println(log.Ldate | log.Ltime | log.Lshortfile)
}