Tags: TheAlgorithms/Go
Tags
feat: Godocmd action added for updating readme automatically. (#429) * workflow * fix: workflow * feat: workflow * Updated README.md * Update README.md * Updated README.md * Update generate_readme.yml * Update generate_readme.yml * Updated Documentation in README.md * Update generate_readme.yml * Updated Documentation in README.md * Update README.md * Updated Documentation in README.md * Update generate_readme.yml * Updated Documentation in README.md * Update README.md * Updated Documentation in README.md * fix: package level documentation * Updated Documentation in README.md * fix: incorrect package level documentation * Updated Documentation in README.md * Update README.md * Updated Documentation in README.md * Update decimaltobinary.go * Updated Documentation in README.md * fix: incorrect documentation format * Updated Documentation in README.md * fix: documentation format * Updated Documentation in README.md * fix: documentation format * Updated Documentation in README.md * fix: documentation * Updated Documentation in README.md * fix: documentation * Updated Documentation in README.md * Update generate_readme.yml * Update golang_lint_and_test.yml * Update generate_readme.yml * Update generate_readme.yml * fix: documentation * fix: godocmd badge * Update README.md * Update godocmd.yml * Updated Documentation in README.md Co-authored-by: godocmd-action <${GITHUB_ACTOR}@users.noreply.github.com>
doc: fix: Added documentations that works with the autogenerated docu… …mentation (#339) * doc: fix: Add documentation that works with the autogenerated documentation * Update go.mod to accept go version 1.17 * test: add a few tests for one of the issues
fix: change directory structure to idiomatic go directory structure (#… …333) * fix: restructured directory structure * fix: minor name changes and updated README.md in linkedlist package * fix: cleanup of commented out code * fix: trying to fix alert caused by the password generator in 'other' directory * fix: golintci errors * fix: removed the montecarlopi algorithm which was implemented in a non testable way and was commented out * fix: restructured search math and strings subpackage * fix: removed commented out files Co-authored-by: Andrii Siriak <[email protected]>