Merge pull request #142 from kortschak/generate
Add go generate directive
This commit is contained in:
commit
a96f2ef6f3
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue