From a3dbac8ea7e0e5d34f6105c41486f9283afeb82f Mon Sep 17 00:00:00 2001 From: Terence Tsao Date: Mon, 21 May 2018 08:38:04 -0700 Subject: [PATCH] sharding/contracts: add contracts.go back Former-commit-id: 4da29790ac8bc3ece02c9ccc8e1eb969d037f54d [formerly 801a5d57e75c0d9ad51fa68bbbf155bb66757e89] Former-commit-id: cc4e984d4b00ebef2b34562807871249ae843164 --- sharding/contracts/contracts.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sharding/contracts/contracts.go diff --git a/sharding/contracts/contracts.go b/sharding/contracts/contracts.go new file mode 100644 index 000000000..202738ce9 --- /dev/null +++ b/sharding/contracts/contracts.go @@ -0,0 +1,5 @@ +// Package contracts consists of generated contracts for sharding. +package contracts + +// DO NOT USE THIS FILE: It exists only for the package comment. Other files in this package are +// automatically generated and cannot have a package comment.