Skip to content

Instantly share code, notes, and snippets.

@pcwalton
Last active December 14, 2015 14:39
Show Gist options
  • Save pcwalton/5102328 to your computer and use it in GitHub Desktop.
Save pcwalton/5102328 to your computer and use it in GitHub Desktop.
Go Rust
----------- ------
break break
case (syntax)
chan (library)
const const
continue loop
default (syntax)
defer
else else
fallthrough
for for
func fn
go (library)
goto
if if
import use
interface trait
map (library)
package mod
range (library)
return return
select (library)
struct struct
switch match
type type
var let
(syntax) as
do
enum
(tool) extern
(ident.) false
impl
once
(syntax) priv
(syntax) pub
(syntax) ref
(syntax) self
super
(ident.) true
(library) unsafe
(syntax) while
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment