Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from mmcgrana:master #26

Open
wants to merge 148 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 10, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jan 10, 2022
eliben and others added 25 commits January 28, 2022 09:26
This way the commend renders next to the right code block
For now just the code, no output, no comments

For #411
Add a link to the range sample, and remove partial mentions of this
topic in string-functions since it's now covered well in
strings-and-runes
Making it a bit cleaner and easier to understand
Text Templates should come right after String Formatting
* Add example of Go generics

Fixes #349

* Remove TODO

* Update public link

* Update GitHub action to only build with 1.18-rc1

1.17 won't successfully build the generics example
Now that we have generics, this example is not relevant.

Updates #349
This encourages the use of stronger cryptographic hashes. Tools such as
securego/gosec will show errors when SHA1/MD5 hashes are used.
* Add embed-directive example and rename embedding to struct-embedding

Signed-off-by: peterzhu1992 <[email protected]>

* Minor tweaks

Signed-off-by: peterzhu1992 <[email protected]>

* Add some improvements

Signed-off-by: peterzhu1992 <[email protected]>

* Add isDir() checks for measure.go and generate.go in tools

Signed-off-by: peterzhu1992 <[email protected]>
EmNudge and others added 30 commits May 1, 2024 09:50
On Linux Chrome I use ALT + Arrows to go back in the browser, but instead
it paginates between examples.

Fixed it by checking for special key modifiers and do nothing (to the let the browser handle it).
I think the user always intends a system shortcut if they use a modifier key.
* Fix grammar
* Reword language goals to align with Go team's comms
* Mention "latest major release" assumption

Fixes #532
"unwknown" -> "unknown" in default switch case panic message.
* remove unreachable code from switch in enums example

* run build/tools to generate static content in /public
* Fix filename for running the http-server example

* Generate the fixed HTML
* Update json.go

adding example for json.NewDecoder

* updated as per Contributings.md instructions
* added type assertion example

* simplified example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.