mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
runtime: add dummy debug package
This package does not implement any methods, which is of course not useful. However, by creating this package in advance it's possible to see the next issue that's preventing something from building in TinyGo. Motivated by: https://github.com/tinygo-org/tinygo/issues/1634
This commit is contained in:
committed by
Ron Evans
parent
1fd4669bee
commit
c54bdf8b51
@@ -0,0 +1,2 @@
|
||||
// Package debug is a dummy package that is not yet implemented.
|
||||
package debug
|
||||
Reference in New Issue
Block a user