Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan authored Dec 12, 2023
1 parent cec10e0 commit 817ae5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# drill
A Go HTTP client library for creating and sending API requests

## Install
```
go get -u github.com/yadon-infra/drill
```

## Usage
```go
package main

import "github.com/yadon-infra/drill"

func main(){
drill.Get("https://hogehoge.com")
}
```

0 comments on commit 817ae5e

Please sign in to comment.