Added patch to delete private user data

This commit is contained in:
2017-06-21 21:45:41 +02:00
parent 745b6f18e3
commit 9c0b5c53f4
2 changed files with 41 additions and 1 deletions

View File

@ -12,7 +12,7 @@ func main() {
arn.DB.DeleteTable("EmailToUser")
arn.DB.DeleteTable("GoogleToUser")
// Get a stream of all anime
// Get a stream of all users
allUsers, err := arn.AllUsers()
if err != nil {