Skip to content

Commit

Permalink
Renamed packge to lu
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Mouttet committed Aug 5, 2024
1 parent f5f1f44 commit 005c651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/lu/lu_holidays.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// (c) Rick Arnold. Licensed under the BSD license (see LICENSE).

// Package be provides holiday definitions for Luxembourg.
package be
package lu

import (
"time"
Expand Down
2 changes: 1 addition & 1 deletion v2/lu/lu_holidays_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// (c) Rick Arnold. Licensed under the BSD license (see LICENSE).

package be
package lu

import (
"testing"
Expand Down

0 comments on commit 005c651

Please sign in to comment.