You've already forked speedtest-go
Fix initialization of conf for stats
This commit is contained in:
@@ -87,6 +87,7 @@ type IPInfoResponse struct {
|
||||
}
|
||||
|
||||
func Initialize(c *config.Config) {
|
||||
statsInitialize(c)
|
||||
// changed to use Noto Sans instead of OpenSans, due to issue:
|
||||
// https://github.com/golang/freetype/issues/8
|
||||
fLight, err := freetype.ParseFont(fontLightBytes)
|
||||
|
||||
Reference in New Issue
Block a user