Skip to content

A Go HTTP client library for creating and sending API requests

License

Notifications You must be signed in to change notification settings

yadon-infra/drill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drill

A Go HTTP client library for creating and sending API requests

Install

go get -u github.com/yadon-infra/drill

Usage

package main

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

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

About

A Go HTTP client library for creating and sending API requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages