Versions in this module Expand all Collapse all v2 v2.4.7 Oct 10, 2020 Changes in this version + func ExportAsBase64String(insta *goinsta.Instagram) (string, error) + func ExportAsBytes(insta *goinsta.Instagram) ([]byte, error) + func ImportFromBase64String(base64String string) (*goinsta.Instagram, error) + func ImportFromBytes(inputBytes []byte) (*goinsta.Instagram, error)