Skip to content

Commit d9a68d5

Browse files
committed
Merge colorable_appengine.go into colorable_others.go
The only difference between colorable_appengine.go and colorable_others.go was the build tags. So let's merge code, preserving build tags.
1 parent 11a925c commit d9a68d5

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

colorable_appengine.go

-38
This file was deleted.

colorable_others.go

+2-2
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)