mirror of
https://github.com/gogrlx/snack.git
synced 2026-04-02 05:08:42 -07:00
Type assertions require an interface type, not a concrete struct pointer. Changed all integration tests from 'mgr := pkg.New()' to 'var mgr snack.Manager = pkg.New()' so capability checks like mgr.(snack.VersionQuerier) compile correctly.