summaryrefslogtreecommitdiff
path: root/src/pkg/exp/4s/5s.go
blob: efeb6f1163dbc0113c8b78f5555bb998a61bbace (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2009 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.

// Hack to produce a binary that defaults to 5s.

package main

func init() { pieces4 = pieces5 }