mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
7 lines
238 B
Go
7 lines
238 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package statefile deals with the file format used to serialize states for
|
|
// persistent storage and then deserialize them into memory again later.
|
|
package statefile
|