From eecee6c969c02c8cc2ae48e1e269843ae8590796 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Aug 2018 17:34:11 -0700 Subject: [PATCH] Add go.mod for Go modules, release 1.0.0 --- go.mod | 1 + 1 file changed, 1 insertion(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..52bb7c4 --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module github.com/mitchellh/reflectwalk