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 support for Windows #28

Merged
merged 1 commit into from
Dec 14, 2023
Merged

add support for Windows #28

merged 1 commit into from
Dec 14, 2023

Conversation

Jamesits
Copy link
Contributor

@Jamesits Jamesits commented Jul 6, 2023

Package mjd originally only have support for unix-like OSes. This PR adds support for Windows.

Notes:

  • the unix build tag is added since Golang 1.19; if legacy Golang compatibility is still required, we can work around it with more complex build tags

Copy link
Contributor

@cjpatton cjpatton left a comment

Choose a reason for hiding this comment

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

I'm happy to merge as-is, but note that we may no longer need MJD: #32

@@ -1,6 +1,6 @@
module github.com/cloudflare/roughtime

go 1.13
go 1.19
Copy link
Contributor

Choose a reason for hiding this comment

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

Support for 1.13 is not required.

@cjpatton cjpatton merged commit db12ae8 into cloudflare:master Dec 14, 2023
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.

3 participants