gecko/main/constants.go

15 lines
511 B
Go

// (c) 2019-2020, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package main
const (
gecko = "" +
` ___ ________ __ ___` + "\n" +
` / _ \_/\ / _____/ ____ ____ | | ______ / _ \_/\` + "\n" +
` \/ \___/ / \ ____/ __ \_/ ___\| |/ / _ \ \/ \___/` + "\n" +
` \ \_\ \ ___/\ \___| < <_> )` + "\n" +
` \______ /\___ >\___ >__|_ \____/` + "\n" +
` \/ \/ \/ \/`
)