fix linting and add GstContext

This commit is contained in:
tinyzimmer
2020-09-30 21:36:59 +03:00
parent 8a9b7ca418
commit db4a8fc1b8
9 changed files with 139 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ import (
"time"
)
func main() {
func sleep() {
go func() {
C.sleep(1000000000)
fmt.Println("I slept")