-
Couldn't load subscription status.
- Fork 129
Holidays Luxembourg #131
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
Holidays Luxembourg #131
Conversation
go.mod
Outdated
| @@ -0,0 +1,3 @@ | |||
| module github.com/placid2000/cal/v2 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this file. There is already a go.mod in the v2 directory.
v2/lu/lu_holidays.go
Outdated
| // (c) Rick Arnold. Licensed under the BSD license (see LICENSE). | ||
|
|
||
| // Package be provides holiday definitions for Luxembourg. | ||
| package be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't the package be lu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. Thanks for the hint
v2/lu/lu_holidays_test.go
Outdated
| @@ -0,0 +1,123 @@ | |||
| // (c) Rick Arnold. Licensed under the BSD license (see LICENSE). | |||
|
|
|||
| package be | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
|
Thank you! |
No description provided.