Comcast / gaad

GAAD (Go Advanced Audio Decoder)
Apache License 2.0
126 stars 19 forks source link

Add go.mod, .gitignore #19

Closed laba2346 closed 1 year ago

laba2346 commented 1 year ago

This PR initializes a new Go module github.com/Comcast/gaad. Once it is merged and we push v1.0.0, gaad will be more easily imported into other projects that are leveraging Go modules.

I have also added a basic .gitignore (for the GoLand users out there).