Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

drew-richardson/fsdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsdemo

Compare and contrast the behavior of different fs.FS implementations.

Call run.sh to start the comparison.

$ ./run.sh
*** embed demo ***
hello world
open static/not-found: file does not exist
open /intentinally/malformed: file does not exist
OK
*** dirfs demo ***
hello world
open internal/data/static/not-found: no such file or directory
open /intentinally/malformed: invalid argument
OK
*** tarfs demo ***
hello world
readfile static/not-found: file does not exist
readfile /intentinally/malformed: invalid argument
OK
$

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published