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
Этот коммит содержится в:
родитель
1fd4669bee
коммит
c54bdf8b51
1 изменённых файлов: 2 добавлений и 0 удалений
2
src/runtime/debug/debug.go
Обычный файл
2
src/runtime/debug/debug.go
Обычный файл
|
@ -0,0 +1,2 @@
|
|||
// Package debug is a dummy package that is not yet implemented.
|
||||
package debug
|
Загрузка…
Создание таблицы
Сослаться в новой задаче