summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-07-03 00:38:04 -0400
committerIan Lewis <ianlewis@google.com>2019-07-10 11:46:34 +0900
commit6714bee53bbe6cdc3943e59f30ec7765907e80b0 (patch)
tree5483dd5a678ef82a3bd1251f90471312677f8baf /go.mod
parent82b3d5ffd3e6448664829f65ee6efe427c615879 (diff)
Add generate-syscall-docs command.
Adds a new command to automatically generate the syscall compatibility docs from runsc.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 000000000..e58df1f2c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module gvisor.dev/website
+
+go 1.12