Releases: HelpfulHuman/datafiller
Releases · HelpfulHuman/datafiller
Fixing the go module version
Fixed issue with random number generation to not include 0
Merge pull request #8 from mirusck/master Fix random int generation (set minimum int to 1)
Fixed module definition
Merge pull request #7 from HelpfulHuman/longer-string-for-object-id Updated mod file with correct module definition.
Fixed go.sum file
Merge pull request #6 from HelpfulHuman/longer-string-for-object-id updated the go.sum which was still pulling in datafiller as a dependancy
v1.0.3: Merge pull request #5 from HelpfulHuman/longer-string-for-object-id
removed example file that was causing issues with the module system.
Updating go mod file
Merge pull request #4 from HelpfulHuman/longer-string-for-object-id Fixed go mod file import
Updated module file
Merge pull request #3 from HelpfulHuman/longer-string-for-object-id Fixed go mod file import
Made a couple updates and put it out as a gomodule
Merge pull request #2 from HelpfulHuman/longer-string-for-object-id Fixed random int generation that was occasionally failing the tests t…