Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertDosFile ¶
AssertDosFile parses the file and ensures that every line ending is formatted for DOS operating systems with a carriage return and line feed ("\r\n").
func AssertPackageImport ¶
AssertPackageImport searches a list of imports (typically from pkg.Package.Imports) for a package and asserts on its existence.
func AssertUnixFile ¶
AssertUnixFile parses the file and ensures that every line ending is formatted for Unix/Linux operating systems with only line feed ("\n").
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.