diff options
author | raylu <raylu@mixpanel.com> | 2011-08-05 02:05:49 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-05 02:05:49 -0700 |
commit | 08268860601f61e0d0d0829e673a7189b7db134e (patch) | |
tree | 8379d3b7873517ba5e698621537e76091824efc6 /main.go | |
parent | c680bce12701298901ccd5cb3f0c366799f6a1c6 (diff) | |
download | audioaxis-08268860601f61e0d0d0829e673a7189b7db134e.tar.xz |
add on the page
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ func add(w http.ResponseWriter, r *http.Request) { http.Error(w, err.String(), http.StatusInternalServerError) return } + w.Write([]byte("1")) } func main() { |