fix go stuff
This commit is contained in:
		
							parent
							
								
									72badd00c7
								
							
						
					
					
						commit
						aceef8a497
					
				@ -1,3 +0,0 @@
 | 
			
		||||
module pongclient
 | 
			
		||||
 | 
			
		||||
go 1.22.1
 | 
			
		||||
							
								
								
									
										10
									
								
								cmd/server/main.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								cmd/server/main.go
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
			
		||||
package main
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
	fmt.Println("Starting sshpong server")
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
module sshpong
 | 
			
		||||
 | 
			
		||||
go 1.22.1
 | 
			
		||||
go 1.22.2
 | 
			
		||||
 | 
			
		||||
require github.com/google/uuid v1.6.0
 | 
			
		||||
@ -1,5 +0,0 @@
 | 
			
		||||
package main
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user