This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
scw
/
apache-lua
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3c0241688c
Branches
Tags
master
v0.1.3
v0.1.2
v0.1.1
v0.1.0
apache-lua
/
test.go
test.go
108 B
Historique
Raw
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())
}