mirror of
https://github.com/bmc-toolbox/bmclib.git
synced 2025-06-03 05:14:43 +00:00
11 lines
288 B
Go
11 lines
288 B
Go
// Copyright 2022 The bmclib Authors. All rights reserved.
|
|
// Use of this source code is governed by an Apache that can be found in the LICENSE file.
|
|
|
|
/*
|
|
Package bmclib abstracts interacting with Baseboard Management controllers.
|
|
|
|
see the examples directory for usage.
|
|
*/
|
|
|
|
package bmclib
|