Skip to content

Notes about inputs in Golang

Paulino Calderon edited this page Mar 13, 2023 · 2 revisions

A list of inputs (sources) in Golang:

  • r.URL.Query().Get("VARIABLE")
  • os.Getenv()
Clone this wiki locally