How To Consume API With GO A few days ago I have to look at consuming API with GO from Ghost so here is what I learnt. A very simple example of how to consume API and print it as text to console. It's not much but it's good to start. package main import ( "fmt" "io/