repository
0.0.0-20121005063734-b599a102a57a
Repository: https://github.com/dersebi/golang_exp.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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"