forked from mmcgrana/gobyexample
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into clipboard
- Loading branch information
Showing
251 changed files
with
6,647 additions
and
3,997 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
public/* linguist-generated=true | ||
vendor/* linguist-vendored=true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.anvil | ||
*.pyc | ||
.idea | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
language: go | ||
|
||
go: | ||
- 1.12 | ||
|
||
before_install: | ||
# We need Python to run pygmentize for generating HTML. | ||
- sudo apt-get update | ||
- sudo apt-get install python | ||
|
||
install: | ||
- go get -u github.com/russross/blackfriday | ||
|
||
script: | ||
- tools/build | ||
|
||
env: | ||
- VERBOSE=1 TESTING=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
## Contributing | ||
|
||
Go by Example is now in a steady state. We are maintaining it, but are not | ||
expanding or significantly changing it any more. | ||
Thanks for your interest in contributing to Go by Example! | ||
|
||
With that in mind here are some specific contribution guidelines: | ||
* When sending a PR that affects the displayed contents of the site, run | ||
`tools/build` locally and include the generated HTML in the PR. If you | ||
only want to submit a simple typo suggestion (for example, through the | ||
Github website), feel free to send a PR anyway - we'll regenerate the | ||
HTML and merge with your commit. | ||
|
||
* If you see a typo or would like to suggest another small change, editing the | ||
.go or .sh source file should be sufficient for the PR. I can rebuild the | ||
HTML when I review the change. | ||
* We're open to adding more examples to the site. They should be on things | ||
used by many programmers and only require the standard library. If you're | ||
interested in adding an example, _please open an issue to discuss the topic | ||
first_. | ||
|
||
* We are not going to add any more sections to the site. There are many | ||
important topics that Go by Example doesn't cover, which we leave to other | ||
resources. | ||
|
||
* We are not going to change the navigation of the site, in particular adding | ||
* We're not going to change the navigation of the site, in particular adding | ||
a "previous section" link or an "index" link other than the on the title | ||
text. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
305975d13d24223181d13f042b290906d86c1a0e | ||
l-A8eBnwio | ||
W7NwfDq8Vdw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ce8821f1f4fd99d554ad6cde52403dd3b69bb70a | ||
8p48eFFxDZ | ||
a4190094ea0405b5f2733101beb97939a1d43aee | ||
KDr9EMMPMgi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
e57f5be3a796261fb4a55cdb0580a254e14b4930 | ||
t6rFm2x4Yr | ||
c20da14820b656c867790f2e99bc37140babca8c | ||
y_QTcqdkvZh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
122140f7ad1bc5cff4fcd7a9e7245b87aaca3ec5 | ||
34PVHwO6Bn | ||
mPoF-Xi-rip |
Oops, something went wrong.