Skip to content

Commit

Permalink
Merge pull request #142 from kortschak/generate
Browse files Browse the repository at this point in the history
Add go generate directive
  • Loading branch information
barakmich committed Aug 24, 2014
2 parents 89a03bf + 5aba71f commit a96f2ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quad/cquads/cquads.go
Expand Up @@ -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.
//
Expand Down
2 changes: 2 additions & 0 deletions quad/nquads/nquads.go
Expand Up @@ -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.
//
Expand Down

0 comments on commit a96f2ef

Please sign in to comment.