Skip to content

Commit

Permalink
Merge pull request #69 from dolmen-go/merge-appengine-into-others
Browse files Browse the repository at this point in the history
Merge colorable_appengine.go into colorable_others.go
  • Loading branch information
mattn committed Mar 22, 2023
2 parents 9473000 + d9a68d5 commit 2b733b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
38 changes: 0 additions & 38 deletions colorable_appengine.go

This file was deleted.

4 changes: 2 additions & 2 deletions colorable_others.go
@@ -1,5 +1,5 @@
//go:build !windows && !appengine
// +build !windows,!appengine
//go:build !windows || appengine
// +build !windows appengine

package colorable

Expand Down

0 comments on commit 2b733b5

Please sign in to comment.