update gitignore; fix import paths
This commit is contained in:
parent
780ba51954
commit
edb2c61550
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.idea/
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,6 +1,6 @@
|
|||
package goboter
|
||||
|
||||
import "udico.de/goboter/telegram"
|
||||
import "udico.de/uditaren/goboter/telegram"
|
||||
|
||||
//go:generate protoc -I proto/ proto/telegram.proto proto/telegram_response.proto proto/telegram_calls.proto --go_out=telegram
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"context"
|
||||
"fmt"
|
||||
"github.com/pkg/errors"
|
||||
"udico.de/cure"
|
||||
"udico.de/uditaren/cure"
|
||||
)
|
||||
|
||||
type Bot struct {
|
||||
|
|
Loading…
Reference in New Issue
Block a user