Skip to content
View eltonjncorreia's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report eltonjncorreia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eltonjncorreia/README.md

Pinned Loading

  1. header header Public

    Setting common headers

    Go

  2. RenderOnePage.go RenderOnePage.go
    1
    // RenderOnePage renderiza paginas html
    2
    // Uso: RenderOnePage(w, r, &config.Application{}, "index.html", TemplateData{})
    3
    func RenderOnePage(w http.ResponseWriter, r *http.Request, app *config.Application, html string, data TemplateData) {
    4
    	ts, err := template.ParseFiles(html)
    5
    	if err != nil {
  3. client-api client-api Public

    Go

  4. juntossomosmais/django-outbox-pattern juntossomosmais/django-outbox-pattern Public

    A django application to make it easier to use the transactional outbox pattern

    Python 47 7