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.15.2
Published
Mar 16, 2021
Platform
js/wasm
Last checked
1 week ago

Tools for package owners.