implement GstMeta, organize C code, add github action for linting

This commit is contained in:
tinyzimmer
2020-09-29 12:32:55 +03:00
parent 87fada8556
commit 5f21e41f70
31 changed files with 355 additions and 488 deletions

View File

@@ -2,6 +2,7 @@ package gst
// #include "gst.go.h"
import "C"
import (
"errors"
"fmt"