github.com/blend/go-sdk@v1.20240719.1/expvar/doc.go (about) 1 /* 2 3 Copyright (c) 2024 - Present. Blend Labs, Inc. All rights reserved 4 Use of this source code is governed by a MIT license that can be found in the LICENSE file. 5 6 */ 7 8 // Package expvar provides a standardized interface to public variables, such 9 // as operation counters in servers. It exposes these variables via HTTP at 10 // /debug/vars in JSON format. 11 // 12 // Operations to set or modify these public variables are atomic. 13 package expvar // import "github.com/blend/go-sdk/expvar"