Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 18, 2023
1 parent f9db96a commit 9367543
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,10 @@ type Params struct {

func (p *Params) Sha1() string {
var sb strings.Builder
sb.WriteString("/")
sb.WriteString(p.Runtime)
sb.WriteString("/")
sb.WriteString(p.Organization)
sb.WriteString("/")
sb.WriteString(p.Repository)
sb.WriteString("/")
sb.WriteString(p.Release)
sb.WriteString("/")
sb.WriteString(p.Format)
sb.WriteString("/")

triplet := sb.String()

Expand Down

0 comments on commit 9367543

Please sign in to comment.