This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"net/http" | |
) | |
func handler(resp http.ResponseWriter, req *http.Request) { | |
fmt.Printf("serving \"%s\"\n", req.URL.Path) | |
http.ServeFile(resp, req, req.URL.Path[1:]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
core transparent multiple permanent bloat | |
approach offline? fast reproducible when library histories to source repo | |
---------- -------- ---- ------------ ------------ --------- --------------- | |
script (clone semantic no/fail no yes (`checkout yes no no | |
at build time) -f $HASH`) | |
script (clone semantic yes yes yes yes no no | |
once, checkout |
NewerOlder