Skip to content

Instantly share code, notes, and snippets.

@uutarou10
Created June 19, 2017 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uutarou10/3d38e49f8993408e2ab5d9cb139ba676 to your computer and use it in GitHub Desktop.
Save uutarou10/3d38e49f8993408e2ab5d9cb139ba676 to your computer and use it in GitHub Desktop.
Go言語きもちわるい
package main
import "fmt"
func main() {
var int string
int = "hello"
fmt.Println(int)
}
@uutarou10
Copy link
Author

var int stringってどれが型なのって感じ。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment