Merge pull request #142 from kortschak/generate

Add go generate directive
This commit is contained in:
Barak Michener 2014-08-23 20:48:44 -04:00
commit a96f2ef6f3
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:generate ragel -Z -G2 parse.rl
// Package cquads implements parsing N-Quads like line-based syntax
// for RDF datasets.
//

View file

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:generate ragel -Z -G2 parse.rl
// Package nquads implements parsing the RDF 1.1 N-Quads line-based syntax
// for RDF datasets.
//