You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Simple GO client for [The Null Pointer](https://0x0.st/) file-sharing service.
8
8
9
9
When executed, the program reads the specified file and creates a multipart/form-data POST request to send to the 0x0.st API. The uploaded file is included as a form file with the name file. The expiration and secret options, if specified, are also included as form fields.
10
10
11
-
Upon a successful upload, the program outputs the URL to the uploaded file to the console and also writes it to the clipboard.
11
+
Upon a successful upload, the program outputs the URL to the uploaded file to the console and also **writes it to the clipboard**.
0 commit comments