mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
10 lines
86 B
Go
10 lines
86 B
Go
|
package ssh
|
||
|
|
||
|
import (
|
||
|
"os"
|
||
|
)
|
||
|
|
||
|
func setWinSize(file *os.File, width, height int) {
|
||
|
|
||
|
}
|