1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

fix test custom import path

This commit is contained in:
Unknwon
2015-09-24 18:03:08 -04:00
parent 4c30caad1c
commit e07675b480
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
// panic(err)
// }
// defer terminal.Restore(0, oldState)
package terminal // import "golang.org/x/crypto/ssh/terminal"
package terminal
import (
"io"