Use new name
This commit is contained in:
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user