Skip to content

Commit

Permalink
Edit package name
Browse files Browse the repository at this point in the history
  • Loading branch information
bozd4g committed Dec 5, 2020
1 parent dfc4b5c commit b0ad5c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package go_http_client
package gohttpclient

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package go_http_client_test
package gohttpclient

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package go_http_client
package gohttpclient

import "net/http"

Expand Down

0 comments on commit b0ad5c0

Please sign in to comment.