This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
i2
/
go-zero
Vērot
0
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
8b273a075c
Atzari
Tagi
master
v1.0.1
v1.0.0
go-zero
/
core
/
stat
/
alert_polyfill.go
alert_polyfill.go
92 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
// +build !linux
package stat
func Report(string) {
}
func SetReporter(func(string)) {
}