Eli Bendersky
8a64f89840
Update directories sample to use WalkDir
...
Since Go 1.16, WalkDir is the recommended alternative over Walk
2023-10-28 08:22:37 -07:00
Eli Bendersky
ac94809b64
Replace deprecated ioutil functions with others ( #374 )
...
* Remove use of deprecated ioutil functions from examples
* Remove usage of ioutil from gobyexample's own scripts
+ regenerate output
2021-08-28 06:38:35 -07:00
Oleg Butuzov
646c8b39da
bugfix ( mmcgrana/gobyexample#294 ) sha1 sum calculator
...
This bugfix implements correct way to calculate source sha1 hash, before it will changed,
by propagation of unchanged sources.
This commit will also include regenerated static files and *.hash files.
2019-10-22 14:27:02 +03:00
Mark McGranaghan
751eeda8b2
Code styling for symbol references
2019-06-30 13:55:57 -07:00
Eli Bendersky
1be2c1c910
Add Walk
2019-06-08 11:20:00 -07:00
Eli Bendersky
447d77234f
Add directories example
2019-06-08 06:11:13 -07:00