Skip to content

Releases: HelpfulHuman/datafiller

Fixing the go module version

12 Aug 16:44
cadca99

Choose a tag to compare

Merge pull request #8 from mirusck/master

Fix random int generation (set minimum int to 1)

Fixed issue with random number generation to not include 0

09 Aug 18:51
cadca99

Choose a tag to compare

Merge pull request #8 from mirusck/master

Fix random int generation (set minimum int to 1)

Fixed module definition

10 Apr 20:53
ccc7f22

Choose a tag to compare

Merge pull request #7 from HelpfulHuman/longer-string-for-object-id

Updated mod file with correct module definition.

Fixed go.sum file

10 Apr 18:51
aab7bd9

Choose a tag to compare

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

10 Apr 18:38
e94cd2b

Choose a tag to compare

removed example file that was causing issues with the module system.

Updating go mod file

10 Apr 18:36
1a14db9

Choose a tag to compare

Merge pull request #4 from HelpfulHuman/longer-string-for-object-id

Fixed go mod file import

Updated module file

10 Apr 18:28
f73a65a

Choose a tag to compare

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

10 Apr 18:16
d867199

Choose a tag to compare

Merge pull request #2 from HelpfulHuman/longer-string-for-object-id

Fixed random int generation that was occasionally failing the tests t…