From cdd5f6199ca25d7e80bf55d0e5dde44772a02216 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Mon, 15 Oct 2018 15:49:20 -0400 Subject: [PATCH] go/analysis/passes/printf: add types.go too This file is nominally part of the core vet tool but in reality it is only used by the printf checker. This is just a rename; the actual change will come in a follow-up. Change-Id: I5497d6888228e6781cf0d3ae62b7c6b5b723e151 Reviewed-on: https://go-review.googlesource.com/c/142240 Reviewed-by: Michael Matloob Run-TryBot: Michael Matloob --- go/analysis/passes/{vet => printf}/types.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename go/analysis/passes/{vet => printf}/types.go (100%) diff --git a/go/analysis/passes/vet/types.go b/go/analysis/passes/printf/types.go similarity index 100% rename from go/analysis/passes/vet/types.go rename to go/analysis/passes/printf/types.go