Copyright (c) 2017 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd

package safehtml

import (
	
)
stringConstant is an unexported string type. Users of this package cannot create values of this type except by passing an untyped string constant to functions which expect a stringConstant. This type should only be used in function and method parameters.
The following functions are used by package uncheckedconversions (via package raw) to create safe HTML types from plain strings.