zig

package module
v0.0.0-...-0af3677 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2023 License: MIT Imports: 6 Imported by: 1

README

Zero-EPWING-Go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Book

type Book struct {
	DiscCode string
	CharCode string
	Subbooks []BookSubbook
}

func Load

func Load(path string) (*Book, error)

type BookEntry

type BookEntry struct {
	Heading string
	Text    string
}

type BookSubbook

type BookSubbook struct {
	Title     string
	Copyright string
	Entries   []BookEntry
}

type Context

type Context struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL