Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for helloUint8 (0.14 sec)

  1. src/embed/internal/embedtest/embed_test.go

    		t.Errorf("in uninitialized embed.FS, . is not a directory")
    	}
    }
    
    var (
    	//go:embed "testdata/hello.txt"
    	helloT []T
    	//go:embed "testdata/hello.txt"
    	helloUint8 []uint8
    	//go:embed "testdata/hello.txt"
    	helloEUint8 []EmbedUint8
    	//go:embed "testdata/hello.txt"
    	helloBytes EmbedBytes
    	//go:embed "testdata/hello.txt"
    	helloString EmbedString
    )
    
    type T byte
    type EmbedUint8 uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 14 20:10:16 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top