dmesgoff.go 320 B

123456789101112
  1. // Copyright 2024 The tk9.0-go 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. //go:build !tk.dmesg
  5. // +build !tk.dmesg
  6. package tk9_0 // import "modernc.org/tk9.0"
  7. const dmesgs = false
  8. func dmesg(s string, args ...interface{}) {}