-
`golang.org/x/exp/inotify` has been deleted (see https://github.com/golang/exp/tree/master/inotify)
cadvisor should switch to using fsnotify, or something equivalent.
xref: https://github.com/kube…
-
## Goals:
1. Configurable timeouts
* Granularity of configuration? e.g. different timeouts for different operations
1. No possibility of dangling locks. See: https://github.com/golang-migrate/m…
-
As an occasional contributor, would be great to have a "development" section in the main readme so I know the best way to build/test the project.
Currently, I'm on latest from master, and just runnin…
-
**Describe the Bug**
SQLite3 accepts file URL with prefix `file:///`, but golang-migrate requires prefix `sqlite3:///`.
1. Import github.com/golang-migrate/migrate/v4.
2. Import github.com/golang-m…
-
Since I need xdotool for this application, it seems like it's not supported on wayland is that True?
-
Hi, all
We put the migration sql files in our codebase and they are **embed** into our program. We just add a command flag `migrate` into our main function, so that the up migrate can be run before…
-
**Describe the Bug**
fails to compile for *bsd variants.
**Steps to Reproduce**
try to cross compile with sqlite for netbsd, freebsd or openbsd
`❯ env GOOS=freebsd go build ./...`
fails w…
-
**Describe the Bug**
I am trying to apply all migrations to local clickhouse database before all my intergration tests and got this error:
code: 62, message: Cannot parse expre…
-
- Go 1.11
- 包管理 https://github.com/golang/dep
- 日志 https://github.com/sirupsen/logrus
- 文件分割和归档 https://github.com/natefinch/lumberjack
- 输入验证 https://github.com/go-playground/validator
- 路由 http…
wlacp updated
5 years ago
-
My project is a simple golang web app, which uses a private library from GitHub under my profile. The library is specified in go.mod file AND is vendored in a project repo with `go mod vendor`. Howeve…