Fix lint errors
This commit is contained in:
parent
3a44f39e9f
commit
933ee9a7f9
@ -99,7 +99,6 @@ func main() {
|
||||
}
|
||||
|
||||
switch operation {
|
||||
|
||||
case "create_profile":
|
||||
create_profile(target)
|
||||
case "fetch_user":
|
||||
@ -136,7 +135,6 @@ func main() {
|
||||
// - password: twitter account password
|
||||
|
||||
func login(username string, password string) {
|
||||
|
||||
api := scraper.NewGuestSession()
|
||||
api.LogIn(username, password)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user