1 2 3 4 5 6 7
package view import "git.sr.ht/~gabrielgio/img/pkg/ext" type View interface { SetMyselfIn(r *ext.Router) }