This website works better with JavaScript
Home
Verkennen
Registreren
Inloggen
TopProject
/
GoZeroPlus
spiegel van
https://code-git.song-zh.com/SongZihuan/GoZeroPlus.git
Volgen
2
Ster
0
Vork
0
Bestanden
Issues
0
Wiki
Boom:
c9b0ac1ee4
Aftakkingen
Labels
dependabot/go_modules/go_modules-420e58e47b
master
GoZeroPlus
/
core
/
stat
/
task.go
task.go
115 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
9
package stat
import "time"
type Task struct {
Drop bool
Duration time.Duration
Description string
}