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
Этот коммит содержится в:
Ayke van Laethem 2021-03-05 12:52:50 +01:00 коммит произвёл Ron Evans
родитель 1fd4669bee
коммит c54bdf8b51

2
src/runtime/debug/debug.go Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
// Package debug is a dummy package that is not yet implemented.
package debug