-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- .idea/.gitignore 8 additions, 0 deletions.idea/.gitignore
- .idea/modules.xml 9 additions, 0 deletions.idea/modules.xml
- .idea/ppscrape.iml 10 additions, 0 deletions.idea/ppscrape.iml
- .idea/vcs.xml 7 additions, 0 deletions.idea/vcs.xml
- go.mod 9 additions, 0 deletionsgo.mod
- go.sum 6 additions, 0 deletionsgo.sum
- last 2 additions, 0 deletionslast
- main.go 82 additions, 0 deletionsmain.go
- tutter/tutter.go 116 additions, 0 deletionstutter/tutter.go
.idea/.gitignore
0 → 100644
.idea/modules.xml
0 → 100644
.idea/ppscrape.iml
0 → 100644
.idea/vcs.xml
0 → 100644
go.mod
0 → 100644
module ppscrape | |||
go 1.20 | |||
require ( | |||
github.com/gorilla/websocket v1.5.0 // indirect | |||
github.com/samber/lo v1.38.1 // indirect | |||
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect | |||
) |
go.sum
0 → 100644
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc= | |||
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= | |||
github.com/samber/lo v1.38.1 h1:j2XEAqXKb09Am4ebOg31SpvzUTTs6EN3VfgeLUhPdXM= | |||
github.com/samber/lo v1.38.1/go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA= | |||
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 h1:3MTrJm4PyNL9NBqvYDSj3DHl46qQakyfqfWo4jgfaEM= | |||
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17/go.mod h1:lgLbSvA5ygNOMpwM/9anMpWVlVJ7Z+cHWq/eFuinpGE= |
last
0 → 100644
main.go
0 → 100644
tutter/tutter.go
0 → 100644
Please register or sign in to comment