Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/dingo/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Dingo (dingo)

A meta-language for Go that adds Result types, error propagation (?), and pattern matching while maintaining 100% Go ecosystem compatibility
Expand All @@ -16,6 +17,12 @@ A meta-language for Go that adds Result types, error propagation (?), and patter
|-----|-----|-----|-----|
| version | Select the version you would like to install | string | latest |

## Customizations

### VS Code Extensions

- `MadAppGang.dingo`

## Dingo

A meta-language for Go that adds Result types, error propagation (?), and pattern
Expand Down
Loading