modernc.org/knuth@v0.0.4/nodebug.go (about)

     1  // Copyright 2023 The Knuth Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build !knuth.debug
     6  
     7  package knuth // modernc.org/knuth
     8  
     9  const debug = false