debug: stub SetGCPercent()

This commit is contained in:
Damian Gryski
2023-03-10 21:05:27 -08:00
committed by Ayke
parent 04412cba0e
commit f42d8b3056
+5
View File
@@ -45,3 +45,8 @@ type Module struct {
Sum string // checksum
Replace *Module // replaced by this module
}
// Not implemented.
func SetGCPercent(n int) int {
return n
}