diff options
author | deadprogram <[email protected]> | 2023-09-10 14:46:26 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-09-10 15:52:55 +0200 |
commit | 43d282174fe37c5606c2f438757b6fdaed13f61a (patch) | |
tree | ced188318744ffaa54de965d63a669c38156a5f5 /targets | |
parent | 0042bf62a5c40cd3005104c1b146a965fed3e605 (diff) | |
download | tinygo-43d282174fe37c5606c2f438757b6fdaed13f61a.tar.gz tinygo-43d282174fe37c5606c2f438757b6fdaed13f61a.zip |
targets: add GoBadge target as alias for PyBadge :)
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'targets')
-rw-r--r-- | targets/gobadge.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/gobadge.json b/targets/gobadge.json new file mode 100644 index 000000000..527d02d59 --- /dev/null +++ b/targets/gobadge.json @@ -0,0 +1,3 @@ +{ + "inherits": ["pybadge"] +} |