You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
package main
import (
//"fmt"
"gopkg.in/ahmdrz/goinsta.v2"
)
func main() {
insta := goinsta.New("myuser", "")
// Export your configuration
// after exporting you can use Import function instead of New function.
// insta, err := goinsta.Import("~/.goinsta")
// it's useful when you want use goinsta repeatedly.
insta.Export("~/.goinsta")
//...
}
Using golang on docker
Go version:
root@f4d5f0d22daf:/home/go# go version
go version go1.15.6 linux/amd64
The text was updated successfully, but these errors were encountered:
I tried a simple example but got an error:
source code:
Using golang on docker
Go version:
The text was updated successfully, but these errors were encountered: