gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

nodmesg.go (328B)


      1 // Copyright 2023 The Sqlite 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 !sqlite.dmesg
      6 // +build !sqlite.dmesg
      7 
      8 package sqlite // import "modernc.org/sqlite"
      9 
     10 const dmesgs = false
     11 
     12 func dmesg(s string, args ...interface{}) {}