README ¶ go-lib Shared Code for FediTools projects Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables func SplitAccount(act string) (string, string, error) Constants ¶ This section is empty. Variables ¶ View Source var ( // ErrInvalidAccountFormat is returned when a federated account is in an invalid format ErrInvalidAccountFormat = errors.New("invalid account format") ) Functions ¶ func SplitAccount ¶ func SplitAccount(act string) (string, string, error) SplitAccount splits a federated account into a username and domain Types ¶ This section is empty. Source Files ¶ View all Source files errors.gosplit_account.go Directories ¶ Show internal Expand all Path Synopsis dblib Click to show internal directories. Click to hide internal directories.