CodeSampleX

샘플

github.com/rogpeppe/go-internal v1.3.0: txtar.Parse

검증된 샘플 — golang github.com/rogpeppe/go-internal v1.3.0: txtar.Parse. go 1.26 · linux debian/x64 · docker에서 contract를 실행해 통과했습니다.

sha256:6f40112eb8bba184c055edb1252e2a6e5992764aff5bc7e134f52f90f0a30c9b

이 네트워크가 제공하는 것은 하나입니다. 빌드되는 샘플. 샌드박스에서 돌리고 서명된 영수증을 보관합니다. 등급을 매기지 않고 무엇도 보증하지 않습니다 — 같은 코드가 당신 환경에서 빌드되는지는 측정한 적이 없습니다. 통과한 계약 영수증을 낸 서로 다른 서명 키의 수입니다. 하나면 작성자 혼자이고, 둘 이상이면 다른 사람도 빌드했다는 뜻입니다. 키는 스스로 만드는 것이고 뒤에 등록된 신원이 없으므로, 세는 것은 사람이 아니라 키입니다. MIT-0

실행 증거

선언된 환경과 서명된 실행을 분리해 두었습니다. 이 샘플이 무엇을 어디서 실행했는지 그대로 볼 수 있습니다.

증거 기준
서명된 컨트랙트 통과
검증 영수증
1
빌드한 서명 키
1
선언된 환경 linux 24 · ubuntu · glibc 2.39 x64 go

검증 실행 환경

환경 컨트랙트 단계 실행일
go 1.26 · linux debian/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1golang:1.26@sha256:e30143be198a…
2026-09-16

케이스

HOW
목표
verify github.com/rogpeppe/go-internal/txtar.Parse in pkg:golang/github.com/rogpeppe/go-internal@v1.3.0
패키지
심벌
  • github.com/rogpeppe/go-internal/txtar.Parse
생성일
2026-09-16T00:16:31Z

컨트랙트

  1. txtar.Parse extracts archive comment preceding the first file marker
  2. txtar.Parse parses file names and file content delimited by file marker lines
  3. txtar.Parse preserves multiple files in order of appearance
  4. txtar.Parse trims surrounding whitespace from file names in markers
  5. txtar.Parse appends a trailing newline to the final line if missing

파일

  • PROMPT.md
  • csx.json
  • go.mod
  • go.sum
  • main.go
  • spec.json
  • test/contract.go

소스 아티팩트 내려받기 (tar.gz)

소스

PROMPT.md
Clean-room public code sample — generation instructions

Write a brand-new, minimal, self-contained code sample in this clean-room directory.
Do not copy, paraphrase, or reference any existing project source. Work only from this spec.

A csx.json manifest scaffold already exists. Do not recreate it from memory. Preserve its case.goal, packages and symbols; fill its empty case.contract with exact assertions and correct its environment, commands and verifierAdapter for the files you generate.

Goal: verify github.com/rogpeppe/go-internal/txtar.Parse in pkg:golang/github.com/rogpeppe/go-internal@v1.3.0
Kind: HOW

Use EXACTLY these public packages and versions:
  - pkg:golang/github.com/rogpeppe/go-internal@v1.3.0
Demonstrate these symbols/APIs:
  - github.com/rogpeppe/go-internal/txtar.Parse

Rules:
  - One focused purpose; the smallest project that proves the goal.
  - Include a contract test (test/contract.*) that runs OFFLINE and exits 0 exactly when the goal behavior works.
  - Pin every dependency with a lockfile so resolution is reproducible.
  - No secrets, credentials, or tokens. No real URLs (only example.com or localhost). No absolute paths.
  - No personal names, emails, company names, or project identifiers of any kind.
  - No binaries and no generated output (node_modules, dist, target, venv, .git, .env).
  - Keep it under 200 files and 256KB packed.
csx.json
{"case":{"caseId":"case:sha256:0939fa811c1ca70c40a46a504d52cc89ad2a5e9775ddcb5217a26f7284415583","contract":["txtar.Parse extracts archive comment preceding the first file marker","txtar.Parse parses file names and file content delimited by file marker lines","txtar.Parse preserves multiple files in order of appearance","txtar.Parse trims surrounding whitespace from file names in markers","txtar.Parse appends a trailing newline to the final line if missing"],"goal":"verify github.com/rogpeppe/go-internal/txtar.Parse in pkg:golang/github.com/rogpeppe/go-internal@v1.3.0","kind":"HOW","packages":["pkg:golang/github.com/rogpeppe/go-internal@v1.3.0"],"schemaVersion":1,"symbols":["github.com/rogpeppe/go-internal/txtar.Parse"]},"contractCommand":["go","run","./test"],"environment":{"arch":"x64","distro":"ubuntu","ecosystem":"golang","libc":"glibc","libcVersion":"2.39","os":"linux","osVersionBucket":"24","packageManager":"go","schemaVersion":1},"license":"MIT-0","packages":["pkg:golang/github.com/rogpeppe/go-internal@v1.3.0"],"schemaVersion":1,"subject":"pkg:golang/github.com/rogpeppe/go-internal@v1.3.0","symbols":["github.com/rogpeppe/go-internal/txtar.Parse"],"verifierAdapter":"golang@1"}
go.mod
module example.com/sample

go 1.26.6

require github.com/rogpeppe/go-internal v1.3.0 // indirect
go.sum
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/rogpeppe/go-internal v1.3.0 h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
main.go
package main

import (
	"fmt"

	"github.com/rogpeppe/go-internal/txtar"
)

func main() {
	archiveData := []byte(`comment line 1
comment line 2
-- file1.txt --
Hello from file 1!
-- file2.txt --
Hello from file 2!
`)

	archive := txtar.Parse(archiveData)
	fmt.Printf("Comment: %s\n", string(archive.Comment))
	for _, file := range archive.Files {
		fmt.Printf("File [%s]:\n", file.Name)
		fmt.Print(string(file.Data))
	}
}
spec.json
{
  "schemaVersion": 1,
  "goal": "verify github.com/rogpeppe/go-internal/txtar.Parse in pkg:golang/github.com/rogpeppe/go-internal@v1.3.0",
  "kind": "HOW",
  "packages": [
    "pkg:golang/github.com/rogpeppe/go-internal@v1.3.0"
  ],
  "symbols": [
    "github.com/rogpeppe/go-internal/txtar.Parse"
  ]
}
test/contract.go
package main

import (
	"fmt"
	"os"

	"github.com/rogpeppe/go-internal/txtar"
)

func main() {
	// Assertion 1: txtar.Parse extracts archive comment preceding the first file marker
	{
		data := []byte("This is an archive comment.\nAnother line of comment.\n-- hello.txt --\nfile content\n")
		ar := txtar.Parse(data)
		expectedComment := "This is an archive comment.\nAnother line of comment.\n"
		if string(ar.Comment) != expectedComment {
			fmt.Fprintf(os.Stderr, "assertion 1 failed: expected comment %q, got %q\n", expectedComment, string(ar.Comment))
			os.Exit(1)
		}
	}

	// Assertion 2: txtar.Parse parses file names and file content delimited by file marker lines
	{
		data := []byte("-- hello.txt --\nfile content line 1\nfile content line 2\n")
		ar := txtar.Parse(data)
		if len(ar.Files) != 1 {
			fmt.Fprintf(os.Stderr, "assertion 2 failed: expected 1 file, got %d\n", len(ar.Files))
			os.Exit(1)
		}
		if ar.Files[0].Name != "hello.txt" {
			fmt.Fprintf(os.Stderr, "assertion 2 failed: expected name hello.txt, got %q\n", ar.Files[0].Name)
			os.Exit(1)
		}
		expectedContent := "file content line 1\nfile content line 2\n"
		if string(ar.Files[0].Data) != expectedContent {
			fmt.Fprintf(os.Stderr, "assertion 2 failed: expected content %q, got %q\n", expectedContent, string(ar.Files[0].Data))
			os.Exit(1)
		}
	}

	// Assertion 3: txtar.Parse preserves multiple files in order of appearance
	{
		data := []byte("-- first.txt --\n1\n-- second.txt --\n2\n-- third.txt --\n3\n")
		ar := txtar.Parse(data)
		if len(ar.Files) != 3 {
			fmt.Fprintf(os.Stderr, "assertion 3 failed: expected 3 files, got %d\n", len(ar.Files))
			os.Exit(1)
		}
		expectedNames := []string{"first.txt", "second.txt", "third.txt"}
		for i, exp := range expectedNames {
			if ar.Files[i].Name != exp {
				fmt.Fprintf(os.Stderr, "assertion 3 failed: file %d expected %q, got %q\n", i, exp, ar.Files[i].Name)
				os.Exit(1)
			}
		}
	}

	// Assertion 4: txtar.Parse trims surrounding whitespace from file names in markers
	{
		data := []byte("--    spaced_name.txt   --\ncontent\n")
		ar := txtar.Parse(data)
		if len(ar.Files) != 1 {
			fmt.Fprintf(os.Stderr, "assertion 4 failed: expected 1 file, got %d\n", len(ar.Files))
			os.Exit(1)
		}
		if ar.Files[0].Name != "spaced_name.txt" {
			fmt.Fprintf(os.Stderr, "assertion 4 failed: expected trimmed name 'spaced_name.txt', got %q\n", ar.Files[0].Name)
			os.Exit(1)
		}
	}

	// Assertion 5: txtar.Parse appends a trailing newline to the final line if missing
	{
		data := []byte("-- no_trailing_newline.txt --\ncontent without newline")
		ar := txtar.Parse(data)
		if len(ar.Files) != 1 {
			fmt.Fprintf(os.Stderr, "assertion 5 failed: expected 1 file, got %d\n", len(ar.Files))
			os.Exit(1)
		}
		expected := "content without newline\n"
		if string(ar.Files[0].Data) != expected {
			fmt.Fprintf(os.Stderr, "assertion 5 failed: expected %q, got %q\n", expected, string(ar.Files[0].Data))
			os.Exit(1)
		}
	}

	fmt.Println("All contract assertions passed.")
}

오리진 시더

익명