Initial commit
This commit is contained in:
7
24 - HTTP Servers/httpserver/printer.go
Normal file
7
24 - HTTP Servers/httpserver/printer.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Printfln(template string, values ...interface{}) {
|
||||
fmt.Printf(template + "\n", values...)
|
||||
}
|
||||
Reference in New Issue
Block a user