Entries from 2013-12-17 to 1 day

$GOROOT/miscにはvim/emacs pluginだけじゃなく、便利なものが色々ある

例えば $ cat $(go env GOROOT)/misc/git/pre-commit #!/bin/sh # 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. # git gofmt pre-commit …