mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-10 10:20:10 +08:00
fix linting and add GstContext
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func main() {
|
||||
func sleep() {
|
||||
go func() {
|
||||
C.sleep(1000000000)
|
||||
fmt.Println("I slept")
|
||||
|
Reference in New Issue
Block a user