github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/ct/README.md (about)

     1  This is the really early beginnings of a certificate transparency log
     2  client written in Go, along with a log scanner tool.
     3  
     4  You'll need go v1.1 or higher to compile.
     5  
     6  # Installation
     7  
     8  This go code must be imported into your go workspace before you can
     9  use it, which can be done with:
    10  
    11      go get github.com/google/certificate-transparency/go/client
    12      go get github.com/google/certificate-transparency/go/scanner
    13      etc.
    14  
    15  # Building the binaries
    16  
    17  To compile the log scanner run:
    18  
    19      go build github.com/google/certificate-transparency/go/scanner/main/scanner.go
    20  
    21  # Contributing
    22  
    23  When sending pull requests, please ensure that everything's been run
    24  through ```gofmt``` beforehand so we can keep everything nice and
    25  tidy.