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

mountinfo: BSDs no longer need cgo #113

Closed
wants to merge 2 commits into from
Closed

mountinfo: BSDs no longer need cgo #113

wants to merge 2 commits into from

Conversation

Red54
Copy link
Contributor

@Red54 Red54 commented Apr 18, 2022

Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
bs = append(bs, byte(i8))
}
return string(bs)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than depending on reflects, can we split mountinfo_bsd.go into mountinfo_{freebsd,openbsd,darwin}.go?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I will create a new PR without reflect.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done by #114

@AkihiroSuda AkihiroSuda mentioned this pull request Apr 18, 2022
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
@AkihiroSuda
Copy link
Member

Thanks, closed in favor of #114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FreeBSD] failed to find the mount info for "/tmp/initialC1360175813": not implemented on freebsd/amd64
2 participants