Versions in this module Expand all Collapse all v1 v1.0.0 Nov 2, 2020 Changes in this version + func New(username, password, mechanism, service, host string) (saslStepper, error) — windows/amd64 + type Stepper interface — darwin/amd64, js/wasm, linux/amd64 + Close func() + Step func(serverData []byte) (clientData []byte, done bool, err error) + func New(username, password, mechanism, service, host string) (Stepper, error)