Commit Graph

  • 09032f5c37 Update public/ master inkch 2025-07-23 22:45:47 +09:00
  • d0c5d19fed Fix commit link in attribution inkch 2025-07-23 22:45:07 +09:00
  • d9024146c6 Update public/ inkch 2025-07-23 22:33:37 +09:00
  • ea48750ae3 Add note on original source and license inkch 2025-07-23 22:10:31 +09:00
  • 8a6db25221 Update attribution and source links inkch 2025-07-23 22:22:13 +09:00
  • 7123d715f4 Tweak layout and typography styles inkch 2025-07-23 20:21:51 +09:00
  • cecfee7229 Fix typo Eli Bendersky 2025-06-09 05:20:47 -07:00
  • 10aea2d282 Replace for ;; with for range int in all examples (#609) Matt Nathan 2025-06-02 16:27:06 +01:00
  • bd94e3e926 Fix incorrect comment style in timers.sh (// → #) (#605) Asutosh Padhi 2025-05-17 07:32:15 +05:30
  • b783827604 Remove broken translation links Eli Bendersky 2025-05-13 05:44:38 -07:00
  • 7f3bbdab22 Rename .hash file for consistency Eli Bendersky 2025-05-13 05:42:49 -07:00
  • d393387262 Fix link to http-server from context.go Eli Bendersky 2025-05-13 05:35:37 -07:00
  • 6552c2cd2a Update public html of testin-and-benchmarking Eli Bendersky 2025-02-24 06:12:20 -08:00
  • da87dfa854 Update go version to 1.24 Eli Bendersky 2025-02-24 06:12:04 -08:00
  • dc4d281034 Update testing-and-benchmarking for new benchmark Loop of Go 1.24 Eli Bendersky 2025-02-24 06:11:01 -08:00
  • a0afe45ff3 clarify a comment w.r.t. empty slice (#571) hudem1 2025-02-08 23:47:55 +01:00
  • 9f92e064a1 Clean up the defer example a bit Eli Bendersky 2025-01-29 05:39:08 -08:00
  • 2a6ddb935b Fix Seek distances to work with sample data file Eli Bendersky 2025-01-20 18:49:13 -08:00
  • 86216051fc Add rel="next" to example.tmpl file for the next link (#569) Anthony Buchholz 2025-01-11 08:31:07 -06:00
  • ad9cea3a54 Tweak interface example type assertion + update link Eli Bendersky 2025-01-06 05:47:45 -08:00
  • 858d475416 added type assertion example (#567) kevin-kho 2025-01-06 05:40:39 -08:00
  • 58894bd0f4 Update text and output of json example slightly Eli Bendersky 2024-12-30 07:03:07 -08:00
  • 795124176c Added json.NewDecoder example (#566) Bhaskar 2024-12-30 20:28:35 +05:30
  • bc680ed6b2 Fix http-server filename (#559) Marek Furák 2024-11-04 13:03:43 +00:00
  • 81ec07ea0a Correct inaccuracy in recursion description. (#555) wwwstephen 2024-09-23 21:33:02 +01:00
  • 78ecc3f8c1 Correct inaccuracy in recursion description. (#554) wwwstephen 2024-09-23 14:00:36 +01:00
  • 17b2ecf8d7 Add type to const definitions for enum values Eli Bendersky 2024-09-11 10:48:28 -07:00
  • 9f66cb2ffd Update generated HTML Eli Bendersky 2024-08-21 16:20:10 -07:00
  • 9b3626a969 Update GH action workflow to Go 1.23 Eli Bendersky 2024-08-21 16:15:41 -07:00
  • a0e4c0787e Rename range over iterators sample and add a bit more sample Eli Bendersky 2024-08-21 07:27:28 -07:00
  • 4d27fb58cf Small tweaks to the sample Eli Bendersky 2024-08-21 07:15:28 -07:00
  • 2f31c1f6c1 Initial example of range over custom types Eli Bendersky 2024-08-21 07:04:38 -07:00
  • 6ed788f3f5 Update generics example to prepare for iteration Eli Bendersky 2024-08-21 06:43:09 -07:00
  • d51709a171 Rename range example to prepare for expansion Eli Bendersky 2024-08-21 06:13:09 -07:00
  • f7120b2cc1 Suggest latest version on the home page Eli Bendersky 2024-08-17 07:32:29 -07:00
  • bf195bf4eb Clarify GC in structs example Eli Bendersky 2024-08-14 08:14:52 -07:00
  • 1a760375bd Fix example name in its .sh Alex 2024-08-14 09:41:56 -04:00
  • b832df61a6 fix: change "encoding.xml" to "encoding/xml" (#546) David E. 2024-08-05 13:50:34 +01:00
  • 9ee93ffbf5 Add Burmese version translation (#541) Set Kyar Wa Lar (Universe) 2024-07-08 21:15:15 +08:00
  • aa04b84479 Remove unreachable code from enums example (#540) Joseph Myers 2024-07-03 11:24:40 -05:00
  • 5cd7f20d83 Use console consistently for readme blocks Mark McGranaghan 2024-06-17 21:36:54 +00:00
  • 308d4be300 Fix typo in examples/enums/enums.go (#537) Jon Webb 2024-06-10 09:01:47 -04:00
  • 942f181467 Adjust the index page intro text slightly Eli Bendersky 2024-05-24 07:10:46 -07:00
  • d774175f31 Fix typo in the enums example (#530) Ali Görkem Çiçek 2024-05-15 15:28:41 +03:00
  • 0b921edddd New example: enums Eli Bendersky 2024-05-14 06:25:29 -07:00
  • 0d466e6c64 Clarify JS by attaching onkeydown explicitly on the window Eli Bendersky 2024-05-11 08:56:40 -07:00
  • e6b7ae87b5 Stop breaking browser navigation shortcuts. (#527) Henrik Sylvester Oddergaard 2024-05-11 17:54:34 +02:00
  • e5e90317bd fix ending extension (#526) EmNudge 2024-05-01 06:50:23 -07:00
  • 665183dcd8 Fix typo in a comment (#525) Zhizhen He 2024-05-01 11:38:05 +08:00
  • baadeda664 Use seek enums and show other seek methods (#524) Elias Kauppi 2024-04-29 15:47:21 +03:00
  • 7958694c0e Add an example with automatic array size (#522) adriancuadrado 2024-04-15 16:34:57 +02:00
  • f8d60193e1 Add the shell prompt/command to custom-errors.sh (#519) John Daniels 2024-03-28 13:35:14 +00:00
  • bee6d2d913 Fix wording slightly Eli Bendersky 2024-03-21 09:50:51 -07:00
  • ff35b38200 Remove deleted example from public Eli Bendersky 2024-03-21 09:45:32 -07:00
  • 61cf4c732e Update custom errors example Eli Bendersky 2024-03-21 09:43:14 -07:00
  • a8332aad7a Consolidate wrapping-and-sentinel-errors into errors Eli Bendersky 2024-03-21 07:23:33 -07:00
  • cdb9266e26 Add wrapping errors (#517) Thomas Güttler 2024-03-21 14:22:47 +01:00
  • 3dd6791ca2 Slight tweaks to foreground colors for lightened background Mark McGranaghan 2024-03-19 14:43:53 -07:00
  • 4a0a0c0572 Text adjusted for lighter backgrounds Mark McGranaghan 2024-03-17 13:13:54 -07:00
  • fae3af5dac Try a slightly lighter dark Mark McGranaghan 2024-03-17 13:06:36 -07:00
  • 26c4409b76 Darkmode style refactoring and tweaking Mark McGranaghan 2024-03-17 09:14:04 -07:00
  • c7e9d6f10a changed: to github-dark and a different background and more gray text ChrisMcKenzie 2024-03-14 20:56:20 -05:00
  • 13d2e9a2f0 added: a dark mode in css for us night dwellers ChrisMcKenzie 2024-03-13 23:22:14 -05:00
  • 9c71a850eb Fix verbiage for Strings and Runes (noissue) (#510) Aan Niraj Patel 2024-02-22 12:14:58 -05:00
  • a3fb3a3b5b Update waitgroups example to use go 1.22 (#508) Sreejith I V 2024-02-09 18:21:32 +05:30
  • 5aa9ad70f3 Update random-numbers example to use Go 1.22's math/rand/v2 Eli Bendersky 2024-02-07 06:27:04 -08:00
  • 1143b547d7 Add Go 1.22's range-over-int example to for Eli Bendersky 2024-02-07 05:54:30 -08:00
  • ef87d6518a Update building Go versions to 1.22.0 Eli Bendersky 2024-02-07 05:48:56 -08:00
  • f7256dea96 Update random number examples to match new 1.20 semantics Eli Bendersky 2024-01-31 05:08:06 -08:00
  • da72468520 Reorder text to conform to output Eli Bendersky 2023-12-29 07:09:36 -08:00
  • 0c31ca89f0 typo fix - if-else.sh (#502) Siddharth Buddharaju 2023-12-29 10:04:45 -05:00
  • ef7998951d Fix up comment length and text, and generate public/ Eli Bendersky 2023-12-09 10:25:43 -08:00
  • 6fdb46ead6 Update generics.sh with correct response (#500) Akhil Kumar 2023-12-09 13:22:58 -05:00
  • 461f6955d6 Fix up formatting and phrasing for closed chan read Eli Bendersky 2023-11-30 05:08:42 -08:00
  • 991f8937dd Added example of reading from closed channel (#498) Boris Zhuravel 2023-11-30 16:02:23 +03:00
  • 294387674a Update aws-adk-go dependencies Eli Bendersky 2023-10-28 09:28:12 -07:00
  • bc2c65c085 Update chroma dependency Eli Bendersky 2023-10-28 09:24:45 -07:00
  • 8a64f89840 Update directories sample to use WalkDir Eli Bendersky 2023-10-28 08:22:37 -07:00
  • 41dd5d97b1 Add sample of logical operators in if statements Eli Bendersky 2023-10-28 08:18:19 -07:00
  • edab962054 Small comment updates to atomic-counters Eli Bendersky 2023-10-02 05:48:21 -07:00
  • d1ca2ce65f Update Atomic Counters example to use atomic.Uint64 (#490) Erazem Kokot 2023-10-02 14:43:26 +02:00
  • 15d8fe75b8 Add new example: logging with the log and log/slog packages Eli Bendersky 2023-08-22 13:45:00 -07:00
  • 146bd9cce2 Add examples of maps/slices packages Eli Bendersky 2023-08-22 05:52:14 -07:00
  • 2166e61181 Update sorting-by-functions example to use slices.SortFunc Eli Bendersky 2023-08-21 12:47:17 -07:00
  • 655a3b6a9e Update sorting sample to use slices.Sort instead of sort package Eli Bendersky 2023-08-21 12:27:51 -07:00
  • 57db236e6c Properly fix extra newline rendered at the beginning of code segments Eli Bendersky 2023-08-21 09:03:37 -07:00
  • 83763d99d1 Bump Go version for GH actions Eli Bendersky 2023-08-21 07:05:34 -07:00
  • 4dc83f3ccc Update chroma from v0.8 to v2 (v2.8.0) and fix up formatting Eli Bendersky 2023-08-21 07:05:01 -07:00
  • d51586e6bf Add example of the new clear() builtin for maps in 1.21 Eli Bendersky 2023-08-21 06:15:47 -07:00
  • 1ee3369f02 Add link from structs-->testing-and-benchmarking Eli Bendersky 2023-06-05 13:42:02 -07:00
  • ef81b2a729 Fix typo in a comment Eli Bendersky 2023-06-05 05:48:59 -07:00
  • 6bd7615366 Reword comment in new anon struct sample Eli Bendersky 2023-06-05 05:47:05 -07:00
  • 4b9411514f Introduce anonymous structs (#474) Hossein Naghdbishi 2023-06-05 12:40:49 +00:00
  • 1512fb0094 slices: tweak the recent changes for clarity and grammar Eli Bendersky 2023-05-16 11:10:16 -07:00
  • fd4d72bccf add unassigned slice example (#475) jiangbo 2023-05-17 02:04:20 +08:00
  • fcc06e2fe1 Add Vietnamese version translation (#472) Ha Quang Phuoc 2023-04-26 19:27:18 +07:00
  • cb2d0d9555 /bin/bash -> /usr/bin/env bash (#471) Hossein Naghdbishi 2023-04-19 23:25:41 +00:00
  • 363849f9e3 link embed directive (#469) Hossein Naghdbishi 2023-04-19 23:25:27 +00:00
  • 0a1da7e32d Added Brazilian portuguese (PT-BR) to translations list, updated link. (#468) Lucas 2023-04-03 09:52:38 -03:00
  • 4b9ed3f43a Remove dead links to translations in README Eli Bendersky 2023-04-03 05:51:01 -07:00