Skip to content

Commit

Permalink
Rename package and remove golang patch version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Rieb, Elias committed Dec 6, 2023
1 parent 8461479 commit 53bb04a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Roshick/go-autumn-configloader

go 1.21.4
go 1.21

require (
github.com/StephanHCB/go-autumn-config-api v0.2.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package auconfigloader
package configloader

import (
"errors"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package auconfigloader
package configloader

import (
"fmt"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package auconfigloader
package configloader

import (
"fmt"
Expand Down

0 comments on commit 53bb04a

Please sign in to comment.