# README
Source
Source is used to parse go source files, it represents the files using go-services/code
and is used to modify the source code.
Still a work in progress
# Functions
FindAnnotations finds an annotation by name given an annotated node.
No description provided by the author
# Structs
No description provided by the author
Import represents an import.
Interface represents a parsed interface.
No description provided by the author
No description provided by the author
Structure represents a parsed structure.
No description provided by the author
# Interfaces
Annotated is the interface all the annotated nodes need to satisfy.
No description provided by the author
No description provided by the author