mirror of
				https://github.com/SourceFellows/gobuch.git
				synced 2025-10-31 13:56:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			102 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			102 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package sample
 | |
| 
 | |
| import log "github.com/sirupsen/logrus"
 | |
| 
 | |
| func Hello() {
 | |
| 	log.Println("Hello World")
 | |
| }
 | 
