package books

import "github.com/onsi/ginkgo/v2/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
v2.0.0
Published
Dec 30, 2021
Platform
js/wasm
Last checked
3 days ago

Tools for package owners.