Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get current slice.. #14953

Closed
amanuel2 opened this issue Mar 25, 2016 · 1 comment
Closed

Get current slice.. #14953

amanuel2 opened this issue Mar 25, 2016 · 1 comment

Comments

@amanuel2
Copy link

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    go version go1.6 linux/amd64
  2. What operating system and processor architecture are you using (go env)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/ubuntu/workspace"
GORACE=""
GOROOT="/opt/go"
GOTOOLDIR="/opt/go/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    A complete runnable program is good.
    A link on play.golang.org is best.
func Join(stringArray []string, seperator string ) string{
    for _,v:=range stringArray{
        fmt.Println(v[i])
    }
}
sampleString := []string{"Amanuel","Is","Programming"}
    Join(sampleString,"1")
  1. What did you expect to see?
    Like the letters....

Amanuel
Is
Programming

  1. What did you see instead?

This...

109
115
114

@bradfitz
Copy link
Contributor

This is not a bug. For questions about Go, see https://golang.org/wiki/Questions.

@golang golang locked and limited conversation to collaborators Mar 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants