api/server: move to dedicated repo

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-20 01:21:15 +03:00
parent 188d9611c9
commit eab1a1dd40
18 changed files with 8 additions and 1175 deletions

View File

@@ -1,4 +1,4 @@
package metrics
package meter
import (
"time"

View File

@@ -1,4 +1,4 @@
package metrics
package meter
import (
"context"

View File

@@ -1,5 +1,5 @@
// Package metrics is for instrumentation and debugging
package metrics
// Package meter is for instrumentation
package meter
import (
"time"

View File

@@ -1,4 +1,4 @@
package metrics
package meter
import (
"testing"