7 lines
		
	
	
		
			105 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			105 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
helloworldserver: clean
 | 
						|
	go get -u github.com/valyala/fasthttp
 | 
						|
	go build
 | 
						|
 | 
						|
clean:
 | 
						|
	rm -f helloworldserver
 |