DylanMeeus / DylanMeeus/GoAudio

Refactor Gtable from Struct to Type Alias

Open
#5 2 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Go
Stars
431
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Gtable is just a lightweight wrapper around `[]float64` at the moment.
This can be refactored into a `type Gtable []float64` alias. Or, even better perhaps, `type Table []float64` to represent any kind of table (guard table / wave table).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.