From 80e08e6aee59ef32355fe5a376f295f1fd7dec1c Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 3 May 2026 20:16:14 +0200 Subject: change module path to go.xyrillian.de/gg Also, some other small adjustments for the documentation to make it fit with the overall vibe of the new home. --- assetembed/assetembed.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assetembed/assetembed.go') diff --git a/assetembed/assetembed.go b/assetembed/assetembed.go index 29bbe8e..f8dcaf8 100644 --- a/assetembed/assetembed.go +++ b/assetembed/assetembed.go @@ -10,7 +10,7 @@ // User agents will immediately know when to update assets served by the HTTP server // because links to those assets will change to refer to a new filename (that includes the hash of the updated file contents). // This allows the HTTP handler to serve files with the very efficient "Cache-Control: immutable" caching method. -package assetembed +package assetembed // import "go.xyrillian.de/gg/assetembed" import ( "crypto/sha512" @@ -24,7 +24,7 @@ import ( "strings" "time" - . "github.com/majewsky/gg/option" + . "go.xyrillian.de/gg/option" ) // Handler serves static asset files, as described in the package documentation. -- cgit v1.2.3