merging

package
v0.0.0-...-0a91332 Latest Latest
Warning

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

Go to latest
Published: May 6, 2023 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeReadme

func MakeReadme()

MakeReadme is head + auto write body + foot

func Merge

func Merge(path string)

Merge is merging al toml file

Types

type Lists

type Lists struct {
	Snippet []PetSnippet `toml:"snippets"`
}

Lists is struct of Petsnippet

type PetSnippet

type PetSnippet struct {
	Description string   `toml:"description"`
	Command     string   `toml:"command"`
	Output      string   `toml:"output"`
	Tag         []string `toml:"tag"`
}

PetSnippet is struct of pet

Jump to

Keyboard shortcuts

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