-
### Script Name
_No response_
### RFC
_No response_
### Context
_No response_
### Examples
_No response_
-
related to #90
-
* [Client.GetUserSessionToken](https://pkg.go.dev/github.com/GetStream/stream-go2/v5?tab=doc#Client.GetUserSessionToken) -> `Client.CreateUserToken`
* [Client.GetUserSessionTokenWithClaims](https:/…
-
### What version of Go are you using (`go version`)?
$ go version
### Does this issue reproduce with the latest release?
### What operating system and processor architecture are…
-
### What version of Go are you using (`go version`)?
go2go playground
### What did you do?
https://go2goplay.golang.org/p/LDEr36y6IUr
Source
```
package main
type Func(type A, B…
zeebo updated
2 years ago
-
"foo"[10] leads to a compile time error, but "foo"[0:10] does not.
The spec does agree with the compilers, but it seems inconsistent.
This is a language change, and code that now…
-
Maybe for Go 2. Too disruptive for now.
-
I decided to implement some common functional programming primitives in Go2 and immediately was faced with a drawback of the design.
Given:
```go
func Map[F, T any](f func(F) T, vs ...F) []T
```
…
-
Note that the documentation is correct regarding this, so I'm not claiming this is a bug/regression etc. But I suspect the original restriction was motivated by "simpler to implement" -- and since thi…
-
Original Author: @shelby3
Original URL: https://github.com/keean/zenscript/issues/35#issue-243345358
Original Date: July 17, 2017
---
|
----- | -----
![](https://upload.wikimedia.org/wik…