Versions in this module Expand all Collapse all v1 v1.2.5 Feb 15, 2026 v1.2.4 Jun 14, 2025 v1.2.3 Nov 10, 2024 Changes in this version + var Set = wire.NewSet(wire.Struct(new(Browser), "*"), wire.Bind(new(Interface), new(*Browser))) + type Browser struct + func (*Browser) Open(url string) error + type Interface interface + Open func(url string) error