Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tigeryant/requests-go

For learning to make HTTP requests with Golang
https://github.com/tigeryant/requests-go

http-requests

Last synced: 4 days ago
JSON representation

For learning to make HTTP requests with Golang

Awesome Lists containing this project

README

        

# Overview
This repository is for learning to make HTTP requests with Golang. The application makes an HTTP request to a Bitcoin node using the Bitcoin JSON-RPC interface. The result of this response is then printed to the console. This request only works from within my local network.