Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2037)

Side by Side Diff: src/pkg/xml/Makefile

Issue 4539082: code review 4539082: xml: add Marshal and MarshalIndent
Patch Set: diff -r cf0c2b126968 https://go.googlecode.com/hg/ Created 14 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/pkg/xml/atom_test.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 The Go Authors. All rights reserved. 1 # Copyright 2009 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 include ../../Make.inc 5 include ../../Make.inc
6 6
7 TARG=xml 7 TARG=xml
8 8
9 GOFILES=\ 9 GOFILES=\
10 marshal.go\
10 read.go\ 11 read.go\
11 xml.go\ 12 xml.go\
12 13
13 include ../../Make.pkg 14 include ../../Make.pkg
OLDNEW
« no previous file with comments | « no previous file | src/pkg/xml/atom_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b