Skip to content

Commit 56e19d7

Browse files
committed
[-] fixed typo in package name
1 parent 0edffac commit 56e19d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cache.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Package pochache implements an in-memory, LRU cache, with preemptive update feature.
2-
package pochache
1+
// Package pocache implements an in-memory, LRU cache, with preemptive update feature.
2+
package pocache
33

44
import (
55
"context"

cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package pochache
1+
package pocache
22

33
import (
44
"context"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/naughtygopher/pochache
1+
module github.com/naughtygopher/pocache
22

33
go 1.23
44

0 commit comments

Comments
 (0)