formatter

package
v0.0.0-...-724bd19 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2018 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateDotGraph

func GenerateDotGraph(goCode []ParsedCode) string

Types

type ParsedCode

type ParsedCode interface {
	FileName() string
	//PackagePath() expects all paths to be lowercase.
	PackagePath() string
	PackageName() string
	//Imports() expects all paths to be lowercase.
	Imports() []string
	Types() []string
	Variables() []string
	Functions() []string
	ToString() string
}

Expects Imports to match PackagePath of other packages.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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