this repo has no description

implementer parser for security #3

open opened by mariuskimmina.eurosky.social targeting main from stuff
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:tbzfsowmg4zj234pws47u3x6/sh.tangled.repo.pull/3maszr73zda22
+10 -1
Diff #0
+5
pkg/parser/main.go
··· 1 + package parser 2 + 3 + func Parse(input string) string { 4 + return input 5 + }
+5 -1
pkg/printer/main.go
··· 1 1 package printer 2 2 3 - import "fmt" 3 + import ( 4 + "fmt" 5 + "jj-test/pkg/parser" 6 + ) 4 7 5 8 func Print(input string) { 9 + input = parser.Parse(input) 6 10 fmt.Println(input) 7 11 }

History

1 round 1 comment
sign up or login to add to the discussion
1 commit
expand
implementer parser for security
no conflicts, ready to merge
expand 1 comment