Track paths and provide a rename hook.

This change also adds extensive testing to the p9 package via mocks. The sanity
checks and type checks are moved from the gofer into the core package, where
they can be more easily validated.

PiperOrigin-RevId: 218296768
Change-Id: I4fc3c326e7bf1e0e140a454cbacbcc6fd617ab55
This commit is contained in:
Adin Scannell
2018-10-23 00:19:11 -07:00
committed by Shentubot
parent c2c0f9cb7e
commit 75cd70ecc9
128 changed files with 3865 additions and 2178 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
package(licenses = ["notice"]) # Apache 2.0
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
load("//tools/go_generics:defs.bzl", "go_template_instance")
go_template_instance(