diff --git a/WriteALogPackage/internal/log/index.go b/WriteALogPackage/internal/log/index.go index 4a6dbbb..ad0eda6 100644 --- a/WriteALogPackage/internal/log/index.go +++ b/WriteALogPackage/internal/log/index.go @@ -5,7 +5,7 @@ import ( "io" "os" - "github.com/tysontate/gommap" + "github.com/tysonmote/gommap" ) var ( @@ -103,4 +103,4 @@ func (i *index) Write(off uint32, pos uint64) error { func (i *index) Name() string { return i.file.Name() } -// END: name \ No newline at end of file +// END: name