This website works better with JavaScript
Etusivu
Tutki
Rekisteröidy
Kirjaudu sisään
SongZihuan
/
GoZeroPlus
peilaus alkaen
https://github.com/SongZihuan/go-zero-plus
Tarkkaile
1
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Puu:
fe855c52f1
Haarat
Tunnisteet
dependabot/go_modules/go_modules-420e58e47b
master
GoZeroPlus
/
core
/
stat
/
task.go
task.go
115 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
package stat
import "time"
type Task struct {
Drop bool
Duration time.Duration
Description string
}