@@ -53,7 +53,7 @@ func viewHandler(w http.ResponseWriter, r *http.Request) {
iferr!=nil{
log.Fatal(err)
}
fmt.Println(body)
fmt.Printf("%s",body)
err=json.Unmarshal(body,&snapshotSub)
iferr!=nil{
log.Fatal(err)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.