comment out github link
This commit is contained in:
@@ -122,10 +122,10 @@ func Coffee(writer http.ResponseWriter, request *http.Request) {
|
|||||||
text += name + " "
|
text += name + " "
|
||||||
}
|
}
|
||||||
|
|
||||||
url, ok := os.LookupEnv("GITHUB_URL")
|
//url, ok := os.LookupEnv("GITHUB_URL")
|
||||||
if ok {
|
//if ok {
|
||||||
text += " (now open source: " + url + ")"
|
// text += " (now open source: " + url + ")"
|
||||||
}
|
//}
|
||||||
|
|
||||||
err = json.NewEncoder(writer).Encode(&reply{Response_type: "comment", Text: text})
|
err = json.NewEncoder(writer).Encode(&reply{Response_type: "comment", Text: text})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user