Skip to content

Instantly share code, notes, and snippets.

@jorlugaqui
Created January 10, 2020 23:30
Show Gist options
  • Save jorlugaqui/e5b1b69cefe0dc3a7c989cd4fe0f770e to your computer and use it in GitHub Desktop.
Save jorlugaqui/e5b1b69cefe0dc3a7c989cd4fe0f770e to your computer and use it in GitHub Desktop.
ahm-home-initial
package callbacks
import (
"fmt"
"net/http"
)
func HomePage(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Welcome to the homepage")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment