mirror of
https://github.com/golang/go.git
synced 2025-11-11 06:01:06 +00:00
delete export
TBR=r OCL=23121 CL=23127
This commit is contained in:
parent
0183baaf44
commit
839a68469b
234 changed files with 1198 additions and 1199 deletions
|
|
@ -24,7 +24,7 @@ var jsontests = []string {
|
|||
`{"a":1}`,
|
||||
}
|
||||
|
||||
export func TestJson(t *testing.T) {
|
||||
func TestJson(t *testing.T) {
|
||||
for i := 0; i < len(jsontests); i++ {
|
||||
val, ok, errtok := StringToJson(jsontests[i]);
|
||||
if !ok {
|
||||
|
|
@ -39,7 +39,7 @@ export func TestJson(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
export func TestJsonMap(t *testing.T) {
|
||||
func TestJsonMap(t *testing.T) {
|
||||
values := make(map[string]Json);
|
||||
mapstr := "{";
|
||||
for i := 0; i < len(jsontests); i++ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue