Files

18 lines
305 B
Markdown
Raw Permalink Normal View History

2023-08-25 09:39:24 -05:00
# v3
2023-12-13 22:40:35 +11:00
*NOTE*: The examples in this directory may or may not compile / run at any given time during alpha development.
2023-08-25 09:39:24 -05:00
## Running the examples
cd v3/examples/<example>
go mod tidy
2023-10-17 20:25:36 +11:00
go run .
2023-08-25 09:39:24 -05:00
## Compiling the examples
cd v3/examples/<example>
go mod tidy
go build
./<example>