- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for _new (0.02 seconds)
-
doc/go_spec.html
</p> <p> For example, <code>new(int)</code> and <code>new(123)</code> each return a pointer to a new variable of type <code>int</code>. The value of the first variable is <code>0</code>, and the value of the second is <code>123</code>. Similarly </p> <pre> type S struct { a int; b float64 } new(S) </pre> <p>
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 02 23:07:19 GMT 2025 - 286.5K bytes - Click Count (1) -
api/go1.16.txt
pkg log/syslog (darwin-arm64), const LOG_WARNING Priority pkg log/syslog (darwin-arm64), func Dial(string, string, Priority, string) (*Writer, error) pkg log/syslog (darwin-arm64), func New(Priority, string) (*Writer, error) pkg log/syslog (darwin-arm64), func NewLogger(Priority, int) (*log.Logger, error) pkg log/syslog (darwin-arm64), method (*Writer) Alert(string) error
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.13.txt
pkg log/syslog (netbsd-arm64-cgo), func Dial(string, string, Priority, string) (*Writer, error) pkg log/syslog (netbsd-arm64-cgo), func NewLogger(Priority, int) (*log.Logger, error) pkg log/syslog (netbsd-arm64-cgo), func New(Priority, string) (*Writer, error) pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Alert(string) error pkg log/syslog (netbsd-arm64-cgo), method (*Writer) Close() error
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0)