package main
import "fmt"
func main() {
    var x int = 5 
    
    fmt.Println("x | address:",  &x)
    fmt.Println("x | value:", x)
    
	var p *int = &x 
	fmt.Println("p | address:", &p)
	fmt.Println("p | address -> x:", p)
    fmt.Println("p | value: -> x:",  *p)
}
- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
The power of Golang for the backend and React JS for the frontend.
License
gil-son/golang-api-with-react
Folders and files
| Name | Name | Last commit message  | Last commit date  | |
|---|---|---|---|---|
Repository files navigation
About
The power of Golang for the backend and React JS for the frontend.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published 
      
              