Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 265 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 265 Bytes

Indonesia National Parks JSON API

Getting Started

Prerequisites:

  • go 1.21.6
  • sqlc

sqlc

Before installing sqlc using go make sure you already set the environment variables below:

// .zshrc
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin