ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Record data

{
  "uri": "at://did:plc:hwevmowznbiukdf6uk5dwrrq/sh.tangled.repo.pull/3lmzxjls5w622",
  "cid": "bafyreiebnjwtqlcqifsgx62bvhy5xy3icjrhkoikpqpi44orwbu4c2dh4m",
  "value": {
    "$type": "sh.tangled.repo.pull",
    "patch": "From 1ff03ab755f3b221c36f63a034de83ed4657d781 Mon Sep 17 00:00:00 2001\nFrom: Anirudh Oppiliappan <x@icyphox.sh>\nDate: Thu, 17 Apr 2025 23:36:43 +0300\nSubject: [PATCH 1/2] create test add func\n\n---\n main.go | 8 ++++++++\n 1 file changed, 8 insertions(+)\n\ndiff --git a/main.go b/main.go\nindex 9868fbc..b211339 100644\n--- a/main.go\n+++ b/main.go\n@@ -13,3 +13,11 @@ func main() {\n \t// This is a simple Go program that adds two numbers and prints the result\n \tprintln(add(3, 4))\n }\n+\n+func testAdd() {\n+\t// This is a test function for the add function\n+\tresult := add(3, 4)\n+\tif result != 7 {\n+\t\tpanic(\"Test failed\")\n+\t}\n+}\n-- \n2.48.1\n\n\nFrom 74bca50ef60fa0053a6e1612858dd05ad449898d Mon Sep 17 00:00:00 2001\nFrom: Anirudh Oppiliappan <x@icyphox.sh>\nDate: Thu, 17 Apr 2025 23:37:07 +0300\nSubject: [PATCH 2/2] test subtract\n\n---\n main.go | 8 ++++++++\n 1 file changed, 8 insertions(+)\n\ndiff --git a/main.go b/main.go\nindex b211339..33e017c 100644\n--- a/main.go\n+++ b/main.go\n@@ -21,3 +21,11 @@ func testAdd() {\n \t\tpanic(\"Test failed\")\n \t}\n }\n+\n+func testSubtract() {\n+\t// This is a test function for the subtract function\n+\tresult := subtract(7, 4)\n+\tif result != 3 {\n+\t\tpanic(\"Test failed\")\n+\t}\n+}\n-- \n2.48.1\n\n",
    "title": "create test add func",
    "pullId": 17,
    "targetRepo": "at://did:plc:hwevmowznbiukdf6uk5dwrrq/sh.tangled.repo/3llmbkfueu522",
    "targetBranch": "main"
  }
}