mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-04 07:36:41 +08:00
formatting
This commit is contained in:
@@ -9,11 +9,11 @@ The common package provided to each example exports two methods.
|
|||||||
|
|
||||||
Each example can be run in one of two ways:
|
Each example can be run in one of two ways:
|
||||||
|
|
||||||
``bash
|
```bash
|
||||||
# For single-file examples
|
# For single-file examples
|
||||||
go run <example>/main.go [..args]
|
go run <example>/main.go [..args]
|
||||||
|
|
||||||
# For multiple-file examples (but would also work for single file examples)
|
# For multiple-file examples (but would also work for single file examples)
|
||||||
cd <example> && go build .
|
cd <example> && go build .
|
||||||
./<example> [..args]
|
./<example> [..args]
|
||||||
```
|
```
|
Reference in New Issue
Block a user