Files
photocli/cmd/photoscli/termsize_test.go
T

7 lines
76 B
Go

//go:build test
package main
func termSize() (int, int) {
return 80, 24
}