/
opt
/
go
/
pkg
/
mod
/
golang.org
/
x
/
text@v0.9.0
/
cmd
/
gotext
/
examples
/
rewrite
/
up file
home
// Copyright 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. //go:build ignore // +build ignore package main import ( "golang.org/x/text/language" "golang.org/x/text/message" ) // The printer defined here will be picked up by the first print statement // in main.go. var printer = message.NewPrinter(language.English)