1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-23 21:44:41 +02:00

Remove fmt

This commit is contained in:
Asim Aslam
2019-09-22 15:31:07 +01:00
parent 2434c7b2a7
commit ac5eb5da47
4 changed files with 444 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ package server
import (
"context"
"fmt"
"os"
"os/signal"
"syscall"