authors

package
v0.0.0-...-0253919 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

README

authors

import go.pitz.tech/lib/authors

Usage

func Parse
func Parse(contents string) []*cli.Author

Parse parses the contents of an AUTHORS file. An AUTHORS file is a plaintext file whose contents details the primary contributors to the project. Each line in the file contains either a comment (denoted by the pound symbol, "#") or an author. Each author line should contain the name of the contributor and an optional email address. The format for and author line is "name ". For more information, see the AUTHORS file for this project.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(contents string) []*cli.Author

Parse parses the contents of an AUTHORS file. An AUTHORS file is a plaintext file whose contents details the primary contributors to the project. Each line in the file contains either a comment (denoted by the pound symbol, "#") or an author. Each author line should contain the name of the contributor and an optional email address. The format for and author line is "name <email>". For more information, see the AUTHORS file for this project.

Types

This section is empty.

Jump to

Keyboard shortcuts

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