aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/Xe/ln/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Xe/ln/action.go')
-rw-r--r--vendor/github.com/Xe/ln/action.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/Xe/ln/action.go b/vendor/github.com/Xe/ln/action.go
deleted file mode 100644
index 54f8954..0000000
--- a/vendor/github.com/Xe/ln/action.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package ln
-
-// Action is a convenience helper for logging the "action" being performed as
-// part of a log line.
-//
-// It is a convenience wrapper for the following:
-//
-// ln.Log(ctx, fer, f, ln.Action("writing frozberry sales reports to database"))
-func Action(act string) Fer {
- return F{"action": act}
-}