Releases: devlights/try-golang
Releases · devlights/try-golang
Add examples
What's Changed
- Add singleapp/os_file_timeout_with_pipe by @devlights in #968
- Add singleapp/tabwriter example by @devlights in #969
- Add /dev/tty example by @devlights in #970
- Add flags/visit.go by @devlights in #971
- Add filepath.Clean example by @devlights in #972
- Add os.OpenRoot example by @devlights in #973
- Add os.OpenInRoot example by @devlights in #974
Full Changelog: v0.5.43...v0.5.44
Add examples
What's Changed
- Add ioop/multi_offsetwrite.go by @devlights in #954
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 by @dependabot[bot] in #955
- Add singleapp/sysconf-pathconf by @devlights in #956
- Add examples/synctest/02.wait by @devlights in #957
- Add singleapp/multi_case_switch_statement example by @devlights in #958
- Add examples/singleapp/gdb_debug by @devlights in #959
- Update go version to 1.26 by @devlights in #960
- Add go126/signal_as_cause by @devlights in #961
- Add cast_bytearray_to_slice by @devlights in #962
- Add go126/gofix_126 by @devlights in #963
- Add build_dwarf4_with_nodwarf5 by @devlights in #964
- Add examples/go126/goroutine_leak by @devlights in #965
- Add ldflags_nomore_w_option by @devlights in #966
- Add singleapp/simple_event_driven by @devlights in #967
Full Changelog: v0.5.42...v0.5.43
Add examples
What's Changed
- Add examples/benchmarks/04.reportalloc by @devlights in #947
- Add csvop/fields_per_record.go by @devlights in #948
- Add unsafes/unsafe_pointer_cast.go by @devlights in #949
- Add unsafes/unsafe_add.go by @devlights in #950
- Add unsafe example by @devlights in #951
- Add unsafe_offsetof.go, unsafe_dump.go by @devlights in #952
- Add unsafe_alignof.go by @devlights in #953
Full Changelog: v0.5.41...v0.5.42
v0.5.41
What's Changed
- Update singleapp/build_constraints_unix by @devlights in #945
- Add benchmarks/03.slice_clone by @devlights in #946
Full Changelog: v0.5.40...v0.5.41
v0.5.40
What's Changed
- Add examples/basic/flags/double_dashes_permitted.go by @devlights in #938
- Add examples/basic/scannerop/buffersize.go by @devlights in #939
- Add examples/synctest by @devlights in #940
- Add txttmpl/missingkey.go by @devlights in #941
- Add sliceop/slice_iter_chunk.go by @devlights in #942
- Rename dirs by @devlights in #943
- Remove .github.workflow/go.yml by @devlights in #944
Full Changelog: v0.5.39...v0.5.40
Add examples
What's Changed
- Add flags/vars2.go by @devlights in #929
- Add main_stdout_ospipe example by @devlights in #930
- Add slices.NormalFullsliceCopy by @devlights in #931
- Add gcflags and ldflags example by @devlights in #932
- Add basic/cmdexec/ospipe.go by @devlights in #933
- Add singleapp/git_backup by @devlights in #934
- Add examples/testing/be_library/equal by @devlights in #935
- Add examples/testing/be_library/err by @devlights in #936
- Add examples/testing/be_library/true by @devlights in #937
Full Changelog: v0.5.38...v0.5.39
v0.5.38
What's Changed
- Add examples/syscall/syscall by @devlights in #924
- Add example/syscall/syscall6 by @devlights in #925
- Add examples/singleapp/git_archive by @devlights in #926
- Add syscall/syscall_getcpu by @devlights in #927
- Add examples/syscall/syscallnoerror by @devlights in #928
Full Changelog: v0.5.37...v0.5.38
v0.5.37
What's Changed
- Add singleapp/debug_settraceback by @devlights in #896
- Add examples/socket/tcp_rpc by @devlights in #897
- Add singleapp/weak example by @devlights in #898
- Add examples/syscall/nanosleep by @devlights in #899
- Add examples/benchmarks/channel_send_recv by @devlights in #900
- Add examples/singleapp/sleep_100_ms_with_hyperfine by @devlights in #901
- Add unix_domain_socket/abstract-namespace/use-syscall by @devlights in #902
- Add unix_domain_socket/abstract-namespace/use-net by @devlights in #903
- Add times/do_n_duration.go by @devlights in #904
- Add socket/unix_domain_socket/abstract-namespace/use-net-conn by @devlights in #905
- Update example by @devlights in #906
- Add socket/tcp_reuseaddr by @devlights in #907
- Add socket/tcp_select_syscall example by @devlights in #908
- Add socket/tcp_io_readfull example by @devlights in #909
- Add socket/tcp_fd_passing by @devlights in #910
- Update socket/tcp_fd_passing example by @devlights in #911
- Add return_local_address example by @devlights in #912
- Update http-server-shutdown-example by @devlights in #913
- Add loops/dowhile.go by @devlights in #914
- Add signals/stop.go by @devlights in #915
- Add gopsutils example (cpu-percent) by @devlights in #916
- Add ch_buffered_speed_compare by @devlights in #917
- Add psutil/mem/vmem by @devlights in #918
- Add examples/psutils/mem/exmem by @devlights in #919
- Add examples/procfs/cpuinfo by @devlights in #920
- Add examples/procfs/meminfo by @devlights in #921
- Add procfs/self by @devlights in #922
- Add procfs/allprocs by @devlights in #923
Full Changelog: v0.5.36...v0.5.37
Add examples
What's Changed
- Add slog/16.discard-handler by @devlights in #889
- Add examples/testing/16.go124_benchmark_loop by @devlights in #890
- Add singleapp/hexagonal_architecture by @devlights in #891
- Add socket/tcp_fin_rst by @devlights in #892
- Add basic/bufferop/to_readwritecloser.go by @devlights in #893
- Add socket/tcp_textproto example by @devlights in #894
- Add socket/tcp_textproto_pipeline example by @devlights in #895
Full Changelog: v0.5.35...v0.5.36
Add examples
What's Changed
- Add byteop/go124_bytes_lines.go by @devlights in #886
- Add strs/go124_strings_lines.go by @devlights in #887
- Add basic/go124/generic_type_alias.go by @devlights in #888
Full Changelog: v0.5.34...v0.5.35