-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Faker for Music #370
Conversation
First of all nice job on the initial pr! Couple of things to finish this and ill get it merged
Other than that it should be good to go. Great job! |
Thank you for the feedback! I'll push updates soon |
Updates
Example Song() *SongInfo
SongName() string
SongArtist() string
SongGenre() string Tests home/bash$ go test .
ok github.com/brianvoe/gofakeit/v7 2.210s |
I am so sorry this sat this long. I just got over being sick and am trying to play catchup on things. I think this pr is good to be merged in. Thanks again. |
v7.2.0 |
MusicName
,MusicArtist
, andMusicGenre
for generating random music names, artists, and genres.MusicInfo
struct for encapsulating music-related details (Name, Artist, Genre).