This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
scw
/
apache-lua
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
7a96eb3e39
Rami (Branch)
Tag
master
v0.1.3
v0.1.2
v0.1.1
v0.1.0
apache-lua
/
test.go
test.go
108 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
package main
import "fmt"
import "time"
func main() {
t := 10*time.Minute
fmt.Println(t.Seconds())
}