Commit Graph

  • 2f242db012 Remove old public html Eli Bendersky 2022-09-22 13:45:14 -07:00
  • 840541a6bd Rename http clients/servers to singular language: client/server Eli Bendersky 2022-09-22 13:44:25 -07:00
  • cc804d764b Clarify determinism of Go playground w.r.t. random numbers Eli Bendersky 2022-09-22 07:05:32 -07:00
  • c282e6b4b2
    fix(): grammar correction on select page Grejo Joby 2022-09-12 17:18:17 +05:30
  • 00543ca6f7 Update Go version to 1.19 in go.mod and GH actions Eli Bendersky 2022-09-08 06:30:01 -07:00
  • b4f289fe92 Adjust for gofmt changes in 1.19 Eli Bendersky 2022-09-08 05:55:05 -07:00
  • 742fab3f1c Clarify slices vs. arrays a bit Eli Bendersky 2022-09-08 05:37:20 -07:00
  • 1b4dac72d3
    Mention that environment variable set by program is also listed by os.Environ() (#436) Andreas Sommer 2022-08-22 14:59:10 +02:00
  • abfc2c2cad
    Remove superfluous punctuation Eli Bendersky 2022-08-22 05:58:44 -07:00
  • 279163e3b0
    Update README.md Eli Bendersky 2022-08-22 05:58:10 -07:00
  • aa3dda7910
    Update generics.sh pavelgit 2022-08-21 22:58:26 +02:00
  • 07a4d4ba32 Mention that environment variable set by program is also listed by os.Environ() Andreas Sommer 2022-08-21 19:55:01 +02:00
  • aff87f6232 Examples: fix invalid html Andreas Deininger 2022-07-11 17:22:32 +02:00
  • 73cd7a73bb
    Fix typo in Println statement (#432) Ben McNicholl 2022-07-11 22:42:26 +10:00
  • d0c5d647ca
    Generate HTML for public files. Ben McNicholl 2022-07-11 10:12:10 +10:00
  • ba8674afc6 remove extra space in switch example Amirhossein Banavi 2022-07-10 08:12:07 +00:00
  • 23903bca9c
    Fix typo in Println statement Ben McNicholl 2022-07-09 13:42:21 +10:00
  • 0eaaca29ef Fix typo in xml example Eli Bendersky 2022-06-27 20:48:50 -07:00
  • f197dfc6e1 Clarify the type of variadic params with a comment Eli Bendersky 2022-06-24 12:43:35 -07:00
  • 0edc185a4f
    Update time-formatting-parsing.go Swyrik Thupili 2022-06-11 18:33:43 +05:30
  • 28a7c62c00
    Add u.Hostname() (Go 1.8+) to url.Parse example Willem de Groot 2022-06-09 15:20:41 +02:00
  • c662818d23
    Changes 'the' to 'then' in stateful goroutine example (#427) Ashish Gaur 2022-06-07 17:53:40 +05:30
  • 5a198243ec Run tools/build to update HTML Ashish Gaur 2022-06-07 17:06:17 +05:30
  • d9bdd53106 Changes 'the' to 'then' in stateful goroutine example ashish91 2022-06-05 20:06:23 +05:30
  • 0cb514d0af Fixing typo Andreas Deininger 2022-06-06 22:12:04 +02:00
  • da13e2fbe7
    Improving links (http -> https) (#425) Andreas Deininger 2022-06-06 20:31:46 +02:00
  • 486c197d4a Improving links (http -> https) Andreas Deininger 2022-05-17 18:44:57 +00:00
  • fb4fae6f10 List Style Changed This-Is-Prince 2022-06-05 11:11:41 +05:30
  • 25d2811293 Remove unused code Eli Bendersky 2022-05-25 20:59:29 -07:00
  • d9439333fe Clean up template rendering code Eli Bendersky 2022-05-25 20:54:05 -07:00
  • 625ea8043e Render 404 page with templates to reuse the footer Eli Bendersky 2022-05-25 20:41:46 -07:00
  • 36464854b9 Rebuild to have updated index.html in public/ Eli Bendersky 2022-05-24 20:22:13 -07:00
  • 52fd882fcf Update golang.org links to point directly to go.dev Eli Bendersky 2022-05-24 20:17:37 -07:00
  • 5f2ab6c8a2 More comment tweaks to the new embed-directive Eli Bendersky 2022-05-24 06:28:18 -07:00
  • fc88db1814 Fix up embed-directive example and rename files to be shorter Eli Bendersky 2022-05-24 06:11:22 -07:00
  • d4bbdc258b Reformat tools/ files Eli Bendersky 2022-05-24 05:44:45 -07:00
  • 7e4533640b
    Add embed-directive example (#423) peterzhu1992 2022-05-24 08:31:13 -04:00
  • 1d932995f6
    Add isDir() checks for measure.go and generate.go in tools peterzhu1992 2022-05-24 00:08:09 -04:00
  • 40ac3bff37
    Add some improvements peterzhu1992 2022-05-19 19:41:35 -04:00
  • 40a68991d7 Merge branch 'master' of peterzhu1992_host:peterzhu1992/gobyexample into peterzhu1992/go-embed-example peterzhu1992 2022-05-17 14:17:38 -04:00
  • a19c5b87e6
    Rename embedding to struct embedding to be separated from //go:embed directive (#424) peterzhu1992 2022-05-17 13:59:35 -04:00
  • 355ce8909f
    Rename embedding to struct embedding to be separated from //go:embed directive peterzhu1992 2022-05-17 13:22:36 -04:00
  • 7798376aa3
    Minor tweaks peterzhu1992 2022-05-17 01:25:01 -04:00
  • f900918c93
    Add embed-directive example and rename embedding to struct-embedding peterzhu1992 2022-05-17 01:20:06 -04:00
  • 9deadb76ae Improve spawning-process example with error-checking Eli Bendersky 2022-05-06 10:16:02 -07:00
  • 6b91c38bb3 Rebuild embedding example and publish public/ Eli Bendersky 2022-05-02 10:30:17 -07:00
  • e6c5a8fb2f Fix typo in embedding example's comment Eli Bendersky 2022-05-02 10:29:44 -07:00
  • 2fc1567eff
    Fix a typo in the embedding example Metod 2022-04-12 12:55:45 +03:00
  • ed7a093662 Clean up description in SHA256 example Eli Bendersky 2022-03-31 05:45:19 -07:00
  • ac01d2d4bb
    Update SHA1 example to SHA256 (#418) Hayden B 2022-03-31 05:41:58 -07:00
  • 1be7c81e27
    Update SHA1 example to SHA256 Hayden Blauzvern 2022-03-29 18:30:19 +00:00
  • e6da67918c
    Update GH actions workflow badge in README Eli Bendersky 2022-03-17 13:58:27 -07:00
  • 1eba71e8f3
    Set go-version to 1.18.0 in the builder (#416) Eli Bendersky 2022-03-15 20:02:06 -07:00
  • 364ad1c5f2 Set go-version to 1.18.0 in the builder Eli Bendersky 2022-03-15 19:56:34 -07:00
  • 9a8d0aa5da Remove collection-functions from public/ as well Eli Bendersky 2022-03-15 10:58:15 -07:00
  • 881bb5d41c Remove collection-functions Eli Bendersky 2022-03-15 10:55:33 -07:00
  • 3c2447b2d1
    Add example of Go generics (#415) Eli Bendersky 2022-03-15 10:53:49 -07:00
  • 61d0d6f944 Update GitHub action to only build with 1.18-rc1 Eli Bendersky 2022-03-15 10:49:52 -07:00
  • 6bb1f8f526 Update public link Eli Bendersky 2022-03-15 10:49:36 -07:00
  • 67f4f8726c Merge branch 'master' of github.com:mmcgrana/gobyexample into generics-example Eli Bendersky 2022-03-15 10:43:39 -07:00
  • 5c36a19ea8 Try rc1 1.18 version for go testing Eli Bendersky 2022-03-14 05:52:39 -07:00
  • 04dca5ed87 Remove TODO Eli Bendersky 2022-03-09 06:12:05 -08:00
  • 5d6abb108e Add example of Go generics Eli Bendersky 2022-03-08 16:54:29 -08:00
  • 1fa5cff95c Reorder examples slightly Eli Bendersky 2022-02-11 06:19:37 -08:00
  • 0751f43b3a Round of fixes for the new text-template example Eli Bendersky 2022-02-10 13:54:06 -08:00
  • ccfd710f2b
    Templates: added comments, output and listed in examples (#413) Arash Sameni 2022-02-11 00:16:38 +03:30
  • 97ae8067fc Delete remained files from changing template example name Arash Sameni 2022-02-10 22:22:51 +03:30
  • 7e7ace7550
    Merge branch 'mmcgrana:master' into master Arash Sameni 2022-02-10 22:20:10 +03:30
  • 5fa0d40cdb Re-generate output after #414 Eli Bendersky 2022-02-10 05:27:34 -08:00
  • 0f801fd5f3
    Fix typo in strings-and-runes (#414) Konstantin Kovshenin 2022-02-10 16:25:18 +03:00
  • e8c55d2359
    Update strings-and-runes.go Konstantin Kovshenin 2022-02-10 11:06:20 +03:00
  • 3e1a5ca8e5 Change templates to text-templates and make it more clear Arash Sameni 2022-02-09 23:04:57 +03:30
  • 45662fe642
    Fix typo in strings-and-runes Konstantin Kovshenin 2022-02-09 13:53:33 +03:00
  • fa505d778c Templates: added comments, output and listed in examples Arash Sameni 2022-02-08 04:34:42 +03:30
  • 3e51f69fb5 Merge branch 'master' of github.com:mmcgrana/gobyexample Eli Bendersky 2022-02-05 07:23:25 -08:00
  • 2c7b384669 Clean up last printout in string-functions Eli Bendersky 2022-02-05 07:22:56 -08:00
  • 35018ab3c9
    Update README.md Eli Bendersky 2022-02-05 07:20:06 -08:00
  • e604254e38 Tweaks to other samples to accommodate strings-and-runes Eli Bendersky 2022-02-05 07:11:37 -08:00
  • b2057ccfd2 strings-and-runes: added comments, output and listed in examples Eli Bendersky 2022-02-05 07:08:26 -08:00
  • ff399c7001 Starting a strings-runes example Eli Bendersky 2022-02-04 16:49:44 -08:00
  • 2885fc2298 Move around commend in recursion sample for better rendering Eli Bendersky 2022-01-28 09:26:30 -08:00
  • 57ac312e30
    Update README.md Eli Bendersky 2022-01-10 05:52:57 -08:00
  • 364f0c2f69 Run CI on latest version of Go only Eli Bendersky 2022-01-10 05:48:21 -08:00
  • 63ed62348e Slight comment rewording following the previous commit Eli Bendersky 2022-01-10 05:45:35 -08:00
  • 1c7180a00f
    Update Epoch example to add UnixMilli from Time package (#409) Sandeep 2022-01-10 05:42:31 -08:00
  • 0e2f76a313 Update Epoch example to add UnixMilli from Time package sandeepkru 2022-01-03 16:46:26 -08:00
  • 144421ac3c fix: Wrong results on Closing-Channels sang-w0o 2022-01-03 17:12:13 +09:00
  • ccede75412
    Use the full power of closure. Varun Narang 2021-12-31 23:31:35 +05:30
  • e98ff57b25
    Correct inaccuracy in const description. Jonathan Ginsburg 2021-12-30 15:26:59 -06:00
  • 668ecb9732
    Add brief FAQ section in the README to clarify common questions Eli Bendersky 2021-12-16 20:16:44 -08:00
  • 3c3277aab2 fix: fix incorrect result output of closing-channels example nicholasxjy 2021-12-16 22:38:12 +08:00
  • 3397ebcf08 Remove old public/testing, since the source was renamed Eli Bendersky 2021-12-02 07:13:06 -08:00
  • 061b2f6455 Rename testing --> testing-and-benchmarking Eli Bendersky 2021-12-02 07:12:23 -08:00
  • 99902be3b2 Slightly tweak comments after #403 Eli Bendersky 2021-12-02 07:09:23 -08:00
  • dadb6bdeae
    feat: Add benchmark example (#403) Johanan Idicula 2021-12-02 10:04:59 -05:00
  • 43eb96da45
    fix: Missing period jidicula 2021-12-02 09:30:39 -05:00
  • ca9c2e5e64
    fix: Reword b.N comment jidicula 2021-12-02 09:29:17 -05:00
  • 690eb8a1ac
    fix: Address PR comments jidicula 2021-12-01 20:16:16 -05:00
  • 80a69a8974
    feat: Add benchmark example jidicula 2021-11-29 15:02:30 -05:00
  • 80fb5ebddf Clarify the signals example slightly Eli Bendersky 2021-12-02 06:31:37 -08:00