mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
6 lines
240 B
Go
6 lines
240 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package statefile deals with the file format used to serialize states for
|
|
// persistent storage and then deserialize them into memory again later.
|
|
package statefile
|