# Functions
NewInjectionWriter builds an InjectionWriter and loads the specified file, looking for the given markers.
# Structs
InjectionWriter is an io.WriteCloser that searches for start and end markers in a file and injects the contents of its write calls between those markers.