Commit c071da4a authored by Adam Langley's avatar Adam Langley

Add ASN.1 parser.

R=rsc
APPROVED=rsc
DELTA=1459  (1459 added, 0 deleted, 0 changed)
OCL=35389
CL=35681
parent b95048f3
archive/tar.install: bytes.install io.install os.install strconv.install strings.install
asn1.install: fmt.install os.install reflect.install strconv.install strings.install time.install
base64.install: bytes.install io.install os.install strconv.install
big.install:
bignum.install: fmt.install
......
......@@ -13,6 +13,7 @@ all: install
DIRS=\
archive/tar\
asn1\
base64\
big\
bignum\
......
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
TARG=asn1
GOFILES=\
asn1.go\
include $(GOROOT)/src/Make.pkg
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment