Wei Fu
|
4d0b91947e
|
chore: delete // +build buildtag by go fix
Signed-off-by: Wei Fu <fuweid89@gmail.com>
|
2022-12-29 14:17:05 +08:00 |
|
Piotr Tabor
|
3bb7acc8cf
|
Migrate dependencies pkg/foo -> client/pkg/foo
|
2021-04-07 00:38:47 +02:00 |
|
Piotr Tabor
|
a7f340216d
|
Reformat code according to 'gotip' rules.
In practices adds annotations in the new syntax:
```
+//go:build !linux
// +build !linux
```
Fixes failing gotip PASSES='fmt' check:
https://travis-ci.com/github/etcd-io/etcd/jobs/486453806
|
2021-02-26 10:14:46 +01:00 |
|
Piotr Tabor
|
4a5e9d1261
|
server: Move server files to 'server' directory.
26 git mv mvcc wal auth etcdserver etcdmain proxy embed/ lease/ server
36 git mv go.mod go.sum server
|
2020-10-26 12:57:19 +01:00 |
|