This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
Gshopper
/
sentio
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Struktur:
e814296a3a
Branches
Tags
main
0.0.1
sentio
/
probability.go
probability.go
91 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
package sentio
import "time"
type Probability struct {
TS time.Time
Value float64
}