xgoprev/tests/dogs.xgo

9 lines
65 B
Text
Raw Normal View History

2024-06-07 11:29:46 +03:00
export {
"new": func(name) {
return {
name: name
}
}
}