blob: 41dc03e0ce497d99597d06ddd15ff6f55635b874 [file] [log] [blame]
package main
import (
"fmt"
"strings" // really ../vendor/strings
)
func main() {
fmt.Printf("%s\n", strings.Msg)
}