()
| 66 | } |
| 67 | |
| 68 | func (e invalidAminoAcidError) Error() string { |
| 69 | return fmt.Sprintf("amino acid %q is missing from codon table", e.AminoAcid) |
| 70 | } |
| 71 | |
| 72 | // Codon holds information for a codon triplet in a struct |
| 73 | type Codon struct { |
no outgoing calls