Quellcode durchsuchen

remove debug test stuff

master
Patrick Peng Sun vor 8 Jahren
Ursprung
Commit
bf877b2a46
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. +0
    -3
      crmpixel.go

+ 0
- 3
crmpixel.go Datei anzeigen

"encoding/json" "encoding/json"
"errors" "errors"
"fmt" "fmt"
"log"
"math/rand" "math/rand"
"net/http" "net/http"
"net/url" "net/url"
} }


func crmpixel(w http.ResponseWriter, r *http.Request) { func crmpixel(w http.ResponseWriter, r *http.Request) {
//log.Println("a")
log.Println(getHTTPRequestQuery(r, "abc"))
cookie := crmpixelCookie(r) cookie := crmpixelCookie(r)
http.SetCookie(w, &cookie) http.SetCookie(w, &cookie)



Laden…
Abbrechen
Speichern