瀏覽代碼

remove debug test stuff

master
Patrick Peng Sun 8 年之前
父節點
當前提交
bf877b2a46
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. +0
    -3
      crmpixel.go

+ 0
- 3
crmpixel.go 查看文件

"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)



Loading…
取消
儲存