Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect git commit message at errors.go:L10 #24

Closed
grinrill opened this issue Oct 17, 2020 · 0 comments · Fixed by #25
Closed

Incorrect git commit message at errors.go:L10 #24

grinrill opened this issue Oct 17, 2020 · 0 comments · Fixed by #25

Comments

@grinrill
Copy link
Contributor

I tried to run my code with the latest version of the library and got this error:

go build
../go/pkg/mod/github.com/xelaj/mtproto@v0.0.0-20201014154609-d7476abd60f0/telegram/common.go:12:2: 
../go/pkg/mod/github.com/xelaj/mtproto@v0.0.0-20201014154609-d7476abd60f0/errors.go:7:1: expected 'STRING', found '<<'
../go/pkg/mod/github.com/xelaj/mtproto@v0.0.0-20201014154609-d7476abd60f0/errors.go:10:9: illegal character U+1F3C7 '🏇'
...
compiler exit status 1

then I went to errors.go (https://github.com/xelaj/mtproto/blob/master/errors.go#L10) and found this there:

import (
	"fmt"
<<<<<<< HEAD
=======
	"strconv"
>>>>>>> 🏇 multiple changes

	"github.com/xelaj/mtproto/serialize"
)

this looks like an incorrect git commit message...

grinrill added a commit to grinrill/mtproto that referenced this issue Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant