github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/cmn/nlog/debug_off.go (about) 1 //go:build !debug 2 3 // Package nlog 4 /* 5 * Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. 6 */ 7 package nlog 8 9 func assert(_ bool, _ ...any) {}