package books

import "github.com/onsi/ginkgo/example/books"

Index

Types

type Book

type Book struct {
	Title  string
	Author string
	Pages  int
}

func (*Book) CategoryByLength

func (b *Book) CategoryByLength() string

Source Files

books.go

Version
v1.16.5 (latest)
Published
Oct 11, 2021
Platform
linux/amd64
Last checked
1 month ago

Tools for package owners.