Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yadon-infra/drill
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Dec 12, 2023
2 parents 5475ee5 + 817ae5e commit 9cb85ab
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 9cb85ab

Please sign in to comment.