pkg/constants/constants_linux.go (
4
lines of code) (
raw
):
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. package constants const ( NewLineCharacter = "\n" )