From ac74f14b6b94d05e9db6a535b7e7b57fdbf09007 Mon Sep 17 00:00:00 2001 From: Evan Shaw Date: Tue, 29 Mar 2011 01:12:39 -0400 Subject: [PATCH] kate: reorganize, remove closed() R=rsc CC=golang-dev https://golang.org/cl/4325041 --- misc/kate/go.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/misc/kate/go.xml b/misc/kate/go.xml index b8ff59267a..14d88b26a7 100644 --- a/misc/kate/go.xml +++ b/misc/kate/go.xml @@ -12,13 +12,13 @@ break case + chan const continue default defer else fallthrough - false for func go @@ -26,22 +26,25 @@ if import interface - iota - nil + map package range return select struct switch - true type var + + false + iota + nil + true + bool byte - chan complex64 complex128 float32 @@ -51,7 +54,6 @@ int16 int32 int64 - map string uint uintptr @@ -64,7 +66,6 @@ append cap close - closed complex copy imag @@ -81,6 +82,8 @@ + @@ -119,6 +122,7 @@ +