readme

package
v0.0.0-...-37f2049 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeContent

func MakeContent(packages []Package) string

Types

type Function

type Function struct {
	Interface string
	DocLines  []string
}

type Package

type Package struct {
	Package      string
	TestCoverage string     // TestCoverage from go test -cover
	Description  string     // Description from go doc comment above package
	Functions    []Function // Functions and their docs above
}

Package represents exercises directory.

func GetPackages

func GetPackages(commandRunner func(cmd string, args ...string) string) (result []Package)

Jump to

Keyboard shortcuts

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