mirror of
https://github.com/yudai/gotty.git
synced 2026-01-16 14:35:30 +01:00
go fmt
This commit is contained in:
parent
1ca998e9e3
commit
dcb153c8a4
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -3,8 +3,8 @@ package main
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue