Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AGWA/depproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: AGWA/depproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 30, 2024

  1. Copy the full SHA
    7e686f1 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 internal/download_assets.go
6 changes: 3 additions & 3 deletions internal/download_assets.go
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@

package depproxy

//go:generate curl --silent --output assets/highlightjs.css https://cdn.jsdelivr.net/gh/highlightjs/cdn-release/build/styles/default.min.css
//go:generate curl --silent --output assets/diff2html.css https://cdn.jsdelivr.net/npm/diff2html/bundles/css/diff2html.min.css
//go:generate curl --silent --output assets/diff2html.js https://cdn.jsdelivr.net/npm/diff2html/bundles/js/diff2html-ui.min.js
//go:generate curl --silent --show-error --output assets/highlightjs.css https://cdn.jsdelivr.net/gh/highlightjs/cdn-release/build/styles/default.min.css
//go:generate curl --silent --show-error --output assets/diff2html.css https://cdn.jsdelivr.net/npm/diff2html/bundles/css/diff2html.min.css
//go:generate curl --silent --show-error --output assets/diff2html.js https://cdn.jsdelivr.net/npm/diff2html/bundles/js/diff2html-ui.min.js