Skip to content

Commit

Permalink
[-] fixed typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh committed Oct 5, 2024
1 parent 0edffac commit 56e19d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cache.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package pochache implements an in-memory, LRU cache, with preemptive update feature.
package pochache
// Package pocache implements an in-memory, LRU cache, with preemptive update feature.
package pocache

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion cache_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package pochache
package pocache

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/naughtygopher/pochache
module github.com/naughtygopher/pocache

go 1.23

Expand Down

0 comments on commit 56e19d7

Please sign in to comment.