Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2020 Changes in this version + type StackOverflow struct + func (s *StackOverflow) Get(url string) error + func (s *StackOverflow) Parse() (string, error) + type Website interface + Get func(url string) error + Parse func() (string, error)