Jordan Siaw
Jordan Siaw
> Since the catalog is growing too, it could be handy to have a 'favorite' feature where you can star your favorite sounds and have them in a separate bucket...
Hey @sharath-sri-chellappa, here's the exact diff of what I did: ```diff $ g --no-pager diff diff --git a/Makefile b/Makefile index 49e108e..ad5c928 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@...
That looks like a Go tooling issue. Which version of Go are you using? ``` $ go version go version go1.15.6 linux/amd64 ``` It also looks like you're trying to...