| Input | Unit | Covered | Total | Percent |
|---|---|---|---|---|
| Go | statements | 0 | 1 | 0.0% |
0 of 1 statements, 0.0%.
| File | Covered statements | Total statements | Percent |
|---|---|---|---|
| main.go | 0 | 1 | 0.0% |
1// This repository ships a CRD and no controller. The module exists2// so `make test` can prove the CRD's shape.3package main45import "fmt"67func main() {8 fmt.Println("people.liken.sh Person")9}