Files
realworld/inc/tape.support.go
T
2026-08-30 23:01:48 +02:00

8 lines
82 B
Go

package inc
func init() {
TapeManager.Register(Tape{
Name: TapeSupport,
})
}