diff options
author | Philippe <pvlerick@gmail.com> | 2014-08-27 17:55:21 +0200 |
---|---|---|
committer | Philippe <pvlerick@gmail.com> | 2014-08-27 17:55:21 +0200 |
commit | b8ba98c86c78dd4d1a50831c86448ea2c85dcd13 (patch) | |
tree | b418d4c278bf06a1e70251c47f98e924509ef377 /de-de/go-de.html.markdown | |
parent | bfa04112e8e788bea9dc53cdef1659961c7882cb (diff) | |
parent | 013112b9b338d5f05d33e6d1d85e39e7f061285d (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'de-de/go-de.html.markdown')
-rw-r--r-- | de-de/go-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/go-de.html.markdown b/de-de/go-de.html.markdown index 8c2f58dd..ca27fdc7 100644 --- a/de-de/go-de.html.markdown +++ b/de-de/go-de.html.markdown @@ -79,7 +79,7 @@ func learnTypes() { Zeilenumbrüche beinhalten.` // Selber Zeichenketten-Typ // nicht-ASCII Literal. Go Quelltext ist UTF-8 kompatibel. - g := 'Σ' // Ein Runen-Typ, alias uint32, gebraucht für unicode code points. + g := 'Σ' // Ein Runen-Typ, alias int32, gebraucht für unicode code points. f := 3.14195 // float64, eine IEEE-754 64-bit Dezimalzahl c := 3 + 4i // complex128, besteht intern aus zwei float64-er |