Skip to content

Commit

Permalink
add module: common
Browse files Browse the repository at this point in the history
  • Loading branch information
lazychanger committed Sep 13, 2023
1 parent c256c93 commit 2a10a86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/debug.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build debug

package common

const DEBUG = true
5 changes: 5 additions & 0 deletions common/no_debug.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build !debug

package common

const DEBUG = false

0 comments on commit 2a10a86

Please sign in to comment.