gomarkdoc

command
v0.4.1-8 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2023 License: MIT Imports: 22 Imported by: 0

README

gomarkdoc

import "github.com/cloudogu/gomarkdoc/cmd/gomarkdoc"

Package gomarkdoc provides a command line interface for writing golang documentation in markdown format.

See https://github.com/cloudogu/gomarkdoc for full documentation of this tool.

Index

type PackageSpec

PackageSpec defines the data available to the --output option's template. Information is recomputed for each package generated.

type PackageSpec struct {
    // Dir holds the local path where the package is located. If the package is
    // a remote package, this will always be ".".
    Dir string

    // ImportPath holds a representation of the package that should be unique
    // for most purposes. If a package is on the filesystem, this is equivalent
    // to the value of Dir. For remote packages, this holds the string used to
    // import that package in code (e.g. "encoding/json").
    ImportPath string
    // contains filtered or unexported fields
}

Generated by gomarkdoc

Documentation

Overview

Package gomarkdoc provides a command line interface for writing golang documentation in markdown format.

See https://github.com/cloudogu/gomarkdoc for full documentation of this tool.

Jump to

Keyboard shortcuts

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