Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
neo
Commits
3597e916
Commit
3597e916
authored
6 years ago
by
Kirill Smelkov
Browse files
Options
Download
Email Patches
Plain Diff
.
parent
ae3c4829
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
go/zodb/δtail.go.cat-generic
go/zodb/δtail.go.cat-generic
+16
-6
No files found.
go/zodb/δtail.go.cat-generic
View file @
3597e916
...
@@ -20,11 +20,21 @@
...
@@ -20,11 +20,21 @@
# See COPYING file for full licensing terms.
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# See https://www.nexedi.com/licensing for rationale and options.
input
=
$(
dirname
$0
)
/δtail.go
# This program emits δtail.go that is suitable for templating with the
# following parameters:
#
# PACKAGE
# ID
#
# The types that are emitted are
#
# ΔTail
# δRevEntry
TODO
input
=
$(
dirname
$0
)
/δtail.go
# import "lab.nexedi.com/kirr/neo/go/zodb"
cat
"
$input
"
|sed
\
# package zodb -> package PACKAGE
-e
's/package zodb/package PACKAGE/g'
\
# Tid -> zodb.Tid
-e
'/package PACKAGE/a \\nimport "lab.nexedi.com/kirr/neo/go/zodb"'
\
# Oid -> ID
-e
's/Tid/zodb.Tid/g'
\
-e
's/Oid/ID/g'
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment