internal/pkg/term/log/prefix.go (5 lines of code) (raw):
//go:build !windows
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
package log
// Log message prefixes.
const (
successPrefix = "✔"
errorPrefix = "✘"
)