Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
refactor(hache): rename package (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxcodec authored Apr 9, 2019
1 parent ebff509 commit 95eacb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# goche
# hache
Cache on Go HTTP Client
2 changes: 1 addition & 1 deletion cacher.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goche
package hache

// CacheInteractor represent the Cache implementation contract
type CacheInteractor interface {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module github.com/bxcodec/goche
module github.com/bxcodec/hache
2 changes: 1 addition & 1 deletion goche.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goche
package hache

import (
"net/http"
Expand Down
2 changes: 1 addition & 1 deletion roundtriper.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goche
package hache

import "net/http"

Expand Down

0 comments on commit 95eacb4

Please sign in to comment.