mirror of https://github.com/tinygo-org/tinygo.git
Damian Gryski
3 years ago
committed by
Ayke
1 changed files with 8 additions and 0 deletions
@ -1,2 +1,10 @@ |
|||
// Package debug is a dummy package that is not yet implemented.
|
|||
package debug |
|||
|
|||
// SetMaxStack sets the maximum amount of memory that can be used by a single
|
|||
// goroutine stack.
|
|||
//
|
|||
// Not implemented.
|
|||
func SetMaxStack(n int) int { |
|||
return n |
|||
} |
|||
|
Loading…
Reference in new issue