This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
22cd90e878
status-go
/
vendor
/
github.com
/
lib
/
pq
/
.gitignore
6 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
migrate to go 1.12 and go modules
2019-06-09 07:24:20 +00:00
.db
*.test
*~
*.swp
Upgrade pq library There seems to be an issue with version 1.3, querying for topics on postgres returns and error: ``` panic: pq: invalid byte sequence for encoding "UTF8" ``` Upgrading pq fixes the issue ¯\_(ツ)_/¯
2021-01-26 20:58:33 +00:00
.idea
.vscode