Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement getenv and putenv in go #1086

Merged
merged 23 commits into from
Oct 18, 2024
Merged

implement getenv and putenv in go #1086

merged 23 commits into from
Oct 18, 2024

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    e03b78e View commit details
    Browse the repository at this point in the history
  2. fix typo

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d46938d View commit details
    Browse the repository at this point in the history
  3. apply formatting

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    59ab1ef View commit details
    Browse the repository at this point in the history
  4. return a bool

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    969ceea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    098c795 View commit details
    Browse the repository at this point in the history
  6. optimization

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    660dc99 View commit details
    Browse the repository at this point in the history
  7. optimization

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0c795b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6031cd View commit details
    Browse the repository at this point in the history
  9. clean up unused code

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7b4c8ab View commit details
    Browse the repository at this point in the history
  10. update tests

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4ef55f9 View commit details
    Browse the repository at this point in the history
  11. remove useless sprintf

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    41ff6b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    929a2c0 View commit details
    Browse the repository at this point in the history
  13. clean up comments

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    71279ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2518bbb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61e4e20 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a3cec5b View commit details
    Browse the repository at this point in the history
  17. fix copy-paste

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7d64751 View commit details
    Browse the repository at this point in the history
  18. optimization

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    67a547c View commit details
    Browse the repository at this point in the history
  19. use strings.cut

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    02e8545 View commit details
    Browse the repository at this point in the history
  20. fix lint

    withinboredom committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d2bf2d9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f97a34b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. reuse fullenv

    withinboredom committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1e5abb2 View commit details
    Browse the repository at this point in the history
  2. use corect function

    withinboredom committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b68cf50 View commit details
    Browse the repository at this point in the history