Skip to content

Commit

Permalink
#4 Rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
sklein94 committed Aug 11, 2022
1 parent 64e0c9c commit 50e6a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func NewHandler() Handler {
}
}

func InitArchiveInPath(filePath string) (Handler, error) {
func InitInPath(filePath string) (Handler, error) {
supportArchiveHandler := NewHandler()
supportArchive, err := supportArchiveHandler.CreateZipArchiveFile(filePath)
if err != nil {
Expand Down

0 comments on commit 50e6a5d

Please sign in to comment.