Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created January 27, 2022 19:42
Show Gist options
  • Save percybolmer/7215c3bbd033cff75e9550f955bd376e to your computer and use it in GitHub Desktop.
Save percybolmer/7215c3bbd033cff75e9550f955bd376e to your computer and use it in GitHub Desktop.
func main(){
// John is travelling to his Job
// His car travel is counted in int
// And his walking in Float32
p := Person[float64]{Name: "John"}
c := Car[int]{Name: "Ferrari"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment