IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 

 





 

 

 












net/http: enhanced ServeMux routing · Issue #61410 · golang/go

3users  
github.com/golang  


10 October 2023: Updated to clarify escaping: both paths and patterns are unescaped segment by segment, not as a whole. We found during implementation that this gives the behavior we would expect. 7 August 2023: updated with two changes: added Request.SetPathValue GET also matches HEAD We propose to expand the standard HTTP mux's capabilities by adding two features: distinguishing requests based o



 

2023/10/23 16:45
 



















encoding/json/v2 · golang/go · Discussion #63397  

3users  
github.com/golang  


This is a discussion intended to lead to a formal proposal. This was written with input from @mvdan, @johanbrandhorst, @rogpeppe, @chrishines, @rsc. Background The widely-used "encoding/json" package is over a decade old and has served the Go community well. Over time, we have learned much about what works well and what does not. Its ability to marshal from and unmarshal into native Go types, the



 

2023/10/06 13:04
 





 











proposal: cmd/go: add .ʕϖʔ as an alternate spelling of .go in file names · Issue #59968 · golang/go  

54users  
github.com/golang  


The new (apparently closed-source) programming language Mojo uses files named .mojo, but it allows .🔥 as an alternate spelling of .mojo, as in hello.🔥. Issue #45549 tracks handling of unicode in import paths, module paths, and file names. We have been proceeding cautiously due to the many subtle issues involved in cross-platform support, case-insensitive file systems, and so on: modules must wor



 

2023/05/04 23:34
 

















 











user-defined iteration using range over func values · golang/go · Discussion #56413  

4users  
github.com/golang  


There is no standard way to iterate over a sequence of values in Go. For lack of any convention, we have ended up with a wide variety of approaches. Each implementation has done what made the most sense in that context, but decisions made in isolation have resulted in confusion for users. In the standard library alone, we have archive/tar.Reader.Next, bufio.Reader.ReadByte, bufio.Scanner.Scan, con



 

2022/10/26 08:37
 

















redefining for loop variable semantics · golang/go · Discussion #56010  

11users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2022/10/04 15:23
 



 











structured, leveled logging · golang/go · Discussion #54763  

4users  
github.com/golang  


This discussion has led to a proposal and is now finished. Please comment on the proposal. We would like to add structured logging with levels to the standard library. Structured logging is the ability to output logs with machine-readable structure, typically key-value pairs, in addition to a human-readable message. Structured logs can be parsed, filtered, searched and analyzed faster and more rel



 

2022/09/12 20:51
 













sort: use pdqsort · golang/go@72e77a7  

6users  
github.com/golang  


- Across all benchmarks, pdqsort is never significantly slower than the previous algorithm. - In common patterns, pdqsort is often faster (i.e. 10x faster in sorted slices). The pdqsort is described at https://arxiv.org/pdf/2106.05123.pdf This CL is inspired by both C++ implementation and Rust implementation. - C++ implementation: https://github.com/orlp/pdqsort - Rust implementation: https://docs



 

2022/04/21 22:15
 













proposal/design/generics-implementation-dictionaries-go1.18.md at master · golang/proposal  

3users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2022/03/02 10:43
 













proposal/design/44167-gc-pacer-redesign.md at master · golang/proposal  

3users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2022/01/13 12:21
 



 











how to update APIs for generics · golang/go · Discussion #48287  

3users  
github.com/golang  


@ianlancetaylor, @griesemer, and I are wondering about different possible plans for updating APIs that would have used generics but currently use interface{}, and we wanted to cast a wider net for ideas. There exist types and functions that clearly would use generics if we wrote them today. For example: type sync.Pool would naturally be sync.Pool[T] type sync.Map would naturally be sync.Map[K, V]



 

2021/09/16 14:44
 



 











this is not a standard Go project layout · Issue #117 · golang-standards/project-layout  

26users  
github.com/golang-standards  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2021/04/28 10:22
 







 











proposal: expression to create pointer to simple types · Issue #45624 · golang/go  

4users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2021/04/20 00:04
 



 











spec: add generic programming using type parameters · Issue #43651 · golang/go  

6users  
github.com/golang  


We propose adding support for type parameters to Go. This will change the Go language to support a form of generic programming. A detailed proposal document has been published, with input from many members of the Go community. We are now taking the next step and proposing that this document become a part of the language. A very high level overview of the proposed changes: Functions can have an add



 

2021/02/11 05:33
 



 











GitHub - golangci/golangci-lint-action: Official GitHub action for golangci-lint from its authors  

5users  
github.com/golangci  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2021/02/10 02:27
 



 











project-layout/README_ja.md at master · golang-standards/project-layout  

22users  
github.com/golang-standards  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2021/02/06 20:32
 







 











LinuxKernelSignalVectorBug  

17users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2020/03/12 13:51
 











 











proposal: cmd/go: support embedding static assets (files) in binaries · Issue #35950 · golang/go  

4users  
github.com/golang  


There are many tools to embed static asset files into binaries: https://godoc.org/perkeep.org/pkg/fileembed / perkeep.org/pkg/fileembed/genfileembed https://godoc.org/github.com/gobuffalo/packr https://godoc.org/github.com/knadh/stuffbin https://github.com/rakyll/statik Bazel go_embed_data Actually, https://tech.townsourced.com/post/embedding-static-files-in-go/ lists more: vfsgen - https://github



 

2019/12/05 13:25
 





 











tools/gopls at master · golang/tools  

3users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2019/11/12 11:12
 













Proposal: A built-in Go error check function, "try" · Issue #32437 · golang/go  

6users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2019/07/17 11:37
 





 











WebAssembly  

8users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2019/05/16 03:46
 













ErrorValueFAQ  

18users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2019/03/19 17:40
 













 











gopls  

6users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.



 

2019/03/15 17:23
 













GitHub - golang/xerrors  

4users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.



 

2019/02/09 00:41
 













proposal: dep: move out of github.com/golang · Issue #29639 · golang/go  

3users  
github.com/golang  


Hi there, Over the past few months the signals we've gotten is that The Core Go team has no interest in continuing the work of dep, or to even contribute code to it to help make the modules transition easier. After the tweet from @rsc apologizing for how the dependency management story wasn't handled well[1], I'm not aware of active work from the core team to help improve the current situation whi



 

2019/01/11 09:13
 













tools/cmd/golsp at master · golang/tools · GitHub  

3users  
github.com/golang  


This switched the golsp binary to support a sub-command model so it can grow some guru like command line query capabilites Change-Id: I1a7a49bb17701e62004bba636d6bee9de2481ffd Reviewed-on: https://go-review.googlesource.com/c/154559 Reviewed-by: Rebecca Stambler <rstambler@golang.org>



 

2019/01/05 19:03
 







 











Logging in the v1.11 runtime · Issue #176 · golang/appengine  

3users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2018/11/26 13:33
 













x/vgo: go.mod format should not have a bespoke syntax · Issue #23966 · golang/go  

3users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2018/11/19 14:46
 













crypto/x509: macOS -framework Security produces link warning · Issue #26073 · golang/go · GitHub  

3users  
github.com/golang  


You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert



 

2018/10/31 21:33
 













proposal/design/28221-go2-transitions.md at master · golang/proposal  

6users  
github.com/golang  


Currently the Go language and standard libraries are covered by the Go 1 compatibility guarantee. The goal of that document was to promise that new releases of Go would not break existing working programs. Among the goals for the Go 2 process is to consider changes to the language and standard libraries that will break the guarantee. Since Go is used in a distributed open source environment, we ca



 

2018/10/24 20:18
 












 




























 

Go  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x