-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ package hello | |
|
||
// Hello to another services | ||
func Hello() string { | ||
return "Hello, World" | ||
return "Hello, World 3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/notsu/gomono/services/user | ||
|
||
require github.com/notsu/gomono/services/post v0.0.0-20181203092009-5a4cbedea3da | ||
require github.com/notsu/gomono/services/post v0.0.0-20181203094246-bc9985ebc58b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
github.com/notsu/gomono v1.0.0 h1:L+5A38ndmk+PD3PVSiVbkNxCB8/M+rKoLafjc/qD9CU= | ||
github.com/notsu/gomono/services/post v0.0.0-20181203092009-5a4cbedea3da h1:1/Z63A/sby9iPlcPK9vgt+s3jDtryTfG/vPBA0/dDWg= | ||
github.com/notsu/gomono/services/post v0.0.0-20181203092009-5a4cbedea3da/go.mod h1:8JeevdERGziP+laKlTe7nDE0C1zkwFUI/+FHFFQMXNQ= | ||
github.com/notsu/gomono/services/post v0.0.0-20181203094246-bc9985ebc58b h1:TOgzco4g2QDT3/Ehd/zePWs2dJQJKByJ+CT/065jZ80= | ||
github.com/notsu/gomono/services/post v0.0.0-20181203094246-bc9985ebc58b/go.mod h1:8JeevdERGziP+laKlTe7nDE0C1zkwFUI/+FHFFQMXNQ= |