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

Unified Diff: src/pkg/compress/lzw/Makefile

Issue 4209043: code review 4209043: compress/lzw: implement an encoder. (Closed)
Patch Set: diff -r 06b81b9faf7a https://go.googlecode.com/hg/ Created 14 years ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pkg/compress/lzw/reader.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/compress/lzw/Makefile
===================================================================
--- a/src/pkg/compress/lzw/Makefile
+++ b/src/pkg/compress/lzw/Makefile
@@ -7,5 +7,6 @@
TARG=compress/lzw
GOFILES=\
reader.go\
+ writer.go\
include ../../../Make.pkg
« no previous file with comments | « no previous file | src/pkg/compress/lzw/reader.go » ('j') | no next file with comments »

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