runtime: disable godebug unimplemented warnings
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
package godebug
|
package godebug
|
||||||
|
|
||||||
func setUpdate(update func(string, string)) {
|
func setUpdate(update func(string, string)) {
|
||||||
println("todo: godebug.setUpdate")
|
// println("todo: godebug.setUpdate")
|
||||||
}
|
}
|
||||||
|
|
||||||
func registerMetric(name string, read func() uint64) {
|
func registerMetric(name string, read func() uint64) {
|
||||||
println("todo: godebug.registerMetric")
|
// println("todo: godebug.registerMetric")
|
||||||
}
|
}
|
||||||
|
|
||||||
func setNewIncNonDefault(newIncNonDefault func(string) func()) {
|
func setNewIncNonDefault(newIncNonDefault func(string) func()) {
|
||||||
println("todo: godebug.setNewIncNonDefault")
|
// println("todo: godebug.setNewIncNonDefault")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user