/
servlamo
/
cue
Обзор
Документация
Войти
/
servlamo
/
cue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
internal/core/runtime/testdata/nullinit.txtar
14 строк
208 B
Marcel van Lohuizen
cue/context: support internal interpreters
01 мар 2023, 16:46
01 мар 2023, 16:46
7617de2
Код
Авторство
О чём код?
-- init.cue -- @extern("test") // Package name failinit is used as a marker in the test code to indicate // there is nothing to do. package nullinit foo: _ @extern("file.xx") -- out/extern -- { foo: _ }