Skip to content

Commit 2b733b5

Browse files
authored
Merge pull request #69 from dolmen-go/merge-appengine-into-others
Merge colorable_appengine.go into colorable_others.go
2 parents 9473000 + d9a68d5 commit 2b733b5

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

colorable_appengine.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

colorable_others.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !windows && !appengine
2-
// +build !windows,!appengine
1+
//go:build !windows || appengine
2+
// +build !windows appengine
33

44
package colorable
55

0 commit comments

Comments
 (0)