Skip to content

lib: use any instead of interface{}

Administrator requested to merge k/20220509-lib-any into main

Created by: keegancsmith

Now that lib is on go1.18 we can use the type alias "any" instead of "interface{}".

Test Plan: cd lib && go test ./...

Merge request reports

Loading