Skip to content

Commit 0dd009f

Browse files
committed
Merge pull request astaxie#29 from jcoady9/master
corrected misspelled 'winodowns'
2 parents ea0764d + b72bbdd commit 0dd009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func main() {
201201
if err != nil {
202202
log.Fatal("can't create file", err)
203203
}
204-
if runtime.GOOS != "windowns" {
204+
if runtime.GOOS != "windows" {
205205
fmt.Println(Color(res.Proto, Magenta), Color(res.Status, Green))
206206
for k, v := range res.Header {
207207
fmt.Println(Color(k, Gray), ":", Color(strings.Join(v, " "), Cyan))

0 commit comments

Comments
 (0)