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

add stringer #90

Merged
merged 5 commits into from
Oct 29, 2022
Merged

add stringer #90

merged 5 commits into from
Oct 29, 2022

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    7a7f102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    360536b View commit details
    Browse the repository at this point in the history
  3. added builtag for arm64

    Code-Hex committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    26e3813 View commit details
    Browse the repository at this point in the history
  4. added build tag lines manually

    I got messages when executed this command.
    
    $ stringer -tags=arm64 -type=LinuxRosettaAvailability shared_directory_arm64.go
    stringer: -tags option applies only to directories, not when files are specified
    
    So this is workaround.
    Code-Hex committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    74f313a View commit details
    Browse the repository at this point in the history
  5. added addtags command

    workaround for golang/go#47179
    Code-Hex committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    a152cc2 View commit details
    Browse the repository at this point in the history