mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
6 lines
95 B
Go
6 lines
95 B
Go
package main
|
|
|
|
import "net/http"
|
|
|
|
func renderFavicon(w http.ResponseWriter, r *http.Request) {}
|