droplets icon indicating copy to clipboard operation
droplets copied to clipboard

Droplets is a platform for Gophers.

Results 12 droplets issues
Sort by recently updated
recently updated
newest added

@spy16 Also I noticed that `defer closeSession()` wouldn't execute in the main. As `Fatalf` logs the error and then calls `os.Exit(1)`. ``` defer closeSession() if err := srv.ListenAndServe(); err !=...

Pulling master and running `docker-compose up` fails at the following step go: downloading golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf ``` # golang.org/x/term /go/pkg/mod/golang.org/x/[email protected]/term_unix_linux.go:9:7: ioctlReadTermios redeclared in this block previous declaration at /go/pkg/mod/golang.org/x/[email protected]/term_unix_aix.go:9:26 /go/pkg/mod/golang.org/x/[email protected]/term_unix_linux.go:10:7: ioctlWriteTermios...

Given the simple design of the [stores](https://github.com/spy16/droplets/blob/master/internal/stores/users.go) and the goal of helping new developers structure their app; I would consider moving off MongoDB onto [BBolt](https://github.com/etcd-io/bbolt), [GoLevelDB](https://github.com/syndtr/goleveldb), Badger, or one of...

In this [docs](https://github.com/spy16/droplets/blob/master/docs/organization.md), package `domain` cannot have a direct dependency on external packages. Why `User` domain import package `golang.org/x/crypto/bcrypt`? Any good reason?

Unit tests are mandatory for this project to act as a reference.

help wanted
good first issue

- conventions followed - advantages/disadvantages of conventions - exceptions where convention is not followed

Contribution guidelines, installation and build instructions on readme etc.

Mô tả chi tiết về lỗi bug ở đây.