Use new name

This commit is contained in:
2015-10-14 03:50:43 +03:00
parent 463609a403
commit 583ac5da5b
4 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ into the functions' first argument. Its main purpose is to hide common
unmarshalling code from each function implementation thus reducing
boilerplate and making package interaction code sexier.
[Documentation](https://godoc.org/github.com/localhots/uberdaemon/caller)
[Documentation](https://godoc.org/github.com/localhots/satan/caller)
### Example
@@ -14,7 +14,7 @@ package main
import (
"log"
"github.com/localhots/uberdaemon/caller"
"github.com/localhots/satan/caller"
"github.com/path/to/package/messenger"
)
@@ -37,7 +37,7 @@ Support code:
package messenger
import (
"github.com/localhots/uberdaemon/caller"
"github.com/localhots/satan/caller"
)
type item struct {