Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: milo/frontend/middleware_test.go

Issue 2977863002: [milo] Refactor all html knowledge out of backends. (Closed)
Patch Set: now with case insensitivity Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/frontend/middleware.go ('k') | milo/frontend/routes.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/middleware_test.go
diff --git a/milo/common/funcs_test.go b/milo/frontend/middleware_test.go
similarity index 98%
rename from milo/common/funcs_test.go
rename to milo/frontend/middleware_test.go
index 252fb0c569335be2632df617b06afb0b51ac8ebd..08b4166a93a18dd5e337d8fc4f1dce8a43c51e58 100644
--- a/milo/common/funcs_test.go
+++ b/milo/frontend/middleware_test.go
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package common
+package frontend
import (
"testing"
« no previous file with comments | « milo/frontend/middleware.go ('k') | milo/frontend/routes.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698