dice
dice copied to clipboard
changed file name in DOC.md to run storm from main.go to set.go
Closes : #720
Issue was that command to run storm was mentioned as $ go run storm/set/main.go , this leads to :
go: downloading go1.23.0 (linux/amd64)
stat storm/set/main.go: no such file or directory
Now fixed,
Changes :
Changed command mentioned in DOC.md to run storm from $ go run storm/set/main.go to $ go run storm/set/set.go
LGTM. You could ask one of the maintainers for approval
@shardul08 apologies for the inconvenience, who can I approach for getting the PR approved and the issue closed? It's actually my first PR Thanks, -Aditya
Hi @lucifercr07 @AshwinKul28 could you please review this PR