blob: f9e49d7c0bd05dae3e6800e23a4f86fcd4716dda [file] [log] [blame]
// Copyright 2012 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.
package main
func init() {
register(printerconfigFix)
}
var printerconfigFix = fix{
name: "printerconfig",
date: "2012-12-11",
f: noop,
desc: `Add element keys to Config composite literals (removed).`,
}