-
Ran into two separate issues with Go 1.16rc1, both related to changes in `go install`.
#### 1. The `+heroku install` directive no longer works with packages outside of the module.
For example, I…
-
_See [mesheryctl Command Tracker](https://bit.ly/3dqXy1q) for current status of commands._
#### Current Behavior
mesheryctl system config eks command invokes the below cli from scripts:
“aws ek…
-
Prepare sqlc.yaml configuration for project.
Add to Makefile proper entrypoint which will:
- Make migration
- Generate code using sqlc
buker updated
1 month ago
-
New Version of golang cause some issues installing migrate for glong version over 1.15+. Look below for golang 1.16+ install/build for migrate
```
# Go 1.15 and below
go get -u github.com/go-sql…
-
**Describe the Bug**
I would like to use migrate as a package with postgres and have error when I try to get it.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Import:
```
impo…
-
the instruction on https://github.com/golang-migrate/migrate/tree/master/cmd/migrate dont work
```
$ go version
go version go1.16beta1 darwin/arm64
$ go get -u -d github.com/golang-migrate/…
-
**Describe the Bug**
While performing a routine migration on a CockroachDB Cloud cluster I began to encounter an error that appears to be related to the `schema_lock` table. I ran a few bad up and …
-
As can be seen in `go.mod`, we depend on `golang/mock` for mocking:
https://github.com/kubevirt/kubevirt/blob/176d0529256dc8f7263e348b1743a89ec614cb51/go.mod#L20
However, as can be seen in https:…
-
Hi,
I've migrated our code from golang/protobuf to gogo generated protobuf.
I see the memory keeps increasing
![image](https://user-images.githubusercontent.com/45007501/120598167-874ca980-c478-1…
-
### What do you want to change?
The [documentation states](https://docs.sqlc.dev/en/stable/howto/ddl.html#golang-migrate) that
> Warning: [golang-migrate interprets](https://github.com/golang-migr…