Discover Packages
github.com/jdeflander/goarrange
internal
arranger
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 2, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Arranger represents a source code arranger for go packages.
New creates a new arranger for the given package and file set.
The given package must have been parsed with the given file set.
Arrange arranges the given file with the given arranger.
The given file must be part of the given arranger's package, and its contents should be represented by the given
bytes. This method returns an arranged copy of the given contents.
Arranged checks whether the given file is arranged according to the given arranger.
The given file must be part of the given arranger's package.
Source Files
¶
Directories
¶
internal
Click to show internal directories.
Click to hide internal directories.