Content implements the Source interface method.
()
| 119 | |
| 120 | // Content implements the Source interface method. |
| 121 | func (s *sourceImpl) Content() string { |
| 122 | return s.Slice(0, s.Len()) |
| 123 | } |
| 124 | |
| 125 | // Description implements the Source interface method. |
| 126 | func (s *sourceImpl) Description() string { |