generated from ElnuDev/go-project
Proper go.work implementation
This commit is contained in:
parent
1036ea930f
commit
f8ccf62570
9 changed files with 15 additions and 4 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"net/http"
|
||||
|
||||
"git.elnu.com/ElnuDev/jichanorg/httputils"
|
||||
. "git.elnu.com/ElnuDev/jichanorg/shiritori"
|
||||
. "git.elnu.com/ElnuDev/jichanorg/shiritori/clients"
|
||||
)
|
||||
|
||||
func GenerateApiEvents(clients *ClientSet) httputils.Handler {
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"net/http"
|
||||
|
||||
"git.elnu.com/ElnuDev/jichanorg/httputils"
|
||||
. "git.elnu.com/ElnuDev/jichanorg/shiritori"
|
||||
. "git.elnu.com/ElnuDev/jichanorg/shiritori/clients"
|
||||
)
|
||||
|
||||
func GenerateApiSubmit(clients *ClientSet) httputils.Handler {
|
||||
|
|
Reference in a new issue