You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# deis/go-dev
1
+
# drycc/go-dev
2
2
3
-
[](https://travis-ci.org/deis/docker-go-dev)[](https://quay.io/repository/deis/go-dev)
3
+
[](https://travis-ci.org/drycc/docker-go-dev)[](https://quay.io/repository/drycc/go-dev)
4
4
5
5
A [Go][] language development toolbox.
6
6
7
-
Many [Deis Workflow][] components use this Docker image as a standard build and test environment,
8
-
but it is intended to be useful to any Go developer. Please help make deis/go-dev better by
7
+
Many [Drycc Workflow][] components use this Docker image as a standard build and test environment,
8
+
but it is intended to be useful to any Go developer. Please help make drycc/go-dev better by
9
9
creating [issues][] and submitting [pull requests][].
10
10
11
11
## Image Contents
@@ -41,37 +41,37 @@ creating [issues][] and submitting [pull requests][].
41
41
## Usage
42
42
43
43
Mount your local Go code into a container's `$GOPATH` to run any `go` command or one of the
44
-
included tools or scripts. Here's an example of running `glide up` for deis/builder:
44
+
included tools or scripts. Here's an example of running `glide up` for drycc/builder:
0 commit comments