go fmt
This commit is contained in:
parent
341fb7e35f
commit
f42f3d9b27
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
//go:build darwin || freebsd || netbsd || openbsd
|
||||
|
||||
package readline
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//go:build linux || solaris
|
||||
|
||||
package readline
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue