Skip to content

Commit

Permalink
added readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
dersebi committed Mar 30, 2012
1 parent 93d7ee4 commit 002a295
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
@@ -0,0 +1,14 @@
Clone of the Go exp package tree
================================

This repository was created, to enable the use of the exp package tree with go 1.
It will exist until there is an official fix from the Go team.

Just replace:

import "exp/something"

with

import "github.com/dersebi/golang_exp/exp/something"

0 comments on commit 002a295

Please sign in to comment.