summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/goamz/goamz/exp/mturk/export_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/goamz/goamz/exp/mturk/export_test.go')
-rw-r--r--vendor/github.com/goamz/goamz/exp/mturk/export_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/goamz/goamz/exp/mturk/export_test.go b/vendor/github.com/goamz/goamz/exp/mturk/export_test.go
new file mode 100644
index 000000000..736678a56
--- /dev/null
+++ b/vendor/github.com/goamz/goamz/exp/mturk/export_test.go
@@ -0,0 +1,9 @@
+package mturk
+
+import (
+ "github.com/goamz/goamz/aws"
+)
+
+func Sign(auth aws.Auth, service, method, timestamp string, params map[string]string) {
+ sign(auth, service, method, timestamp, params)
+}