better readme
This commit is contained in:
		
							parent
							
								
									2ab85d1387
								
							
						
					
					
						commit
						02f8b0fd5f
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@ -1,11 +1,11 @@
 | 
			
		||||
# Install `Golang`
 | 
			
		||||
A simple `helloworld` for Golang in VsCode.
 | 
			
		||||
 | 
			
		||||
## Compiler
 | 
			
		||||
# Golang the compiler
 | 
			
		||||
 | 
			
		||||
Download Golang [installer](https://go.dev/dl/). A least on Mac it shall be able to deal with updating your OS `PATH` environment variable with  `$GOPATH/bin`.
 | 
			
		||||
 | 
			
		||||
  Download Golang [installer](https://go.dev/dl/). A least on Mac it shall deal with updating your  OS `PATH` environment variable with  `$GOPATH/bin`.
 | 
			
		||||
  
 | 
			
		||||
## Debugger
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
go install -v github.com/go-delve/delve/cmd/dlv@latest 
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user