github.com/liquid-dev/text@v0.3.3-liquid/cmd/gotext/examples/rewrite/printer.go (about) 1 // Copyright 2017 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // +build ignore 6 7 package main 8 9 import ( 10 "github.com/liquid-dev/text/language" 11 "github.com/liquid-dev/text/message" 12 ) 13 14 // The printer defined here will be picked up by the first print statement 15 // in main.go. 16 var printer = message.NewPrinter(language.English)