File: index.html

package info (click to toggle)
golang-starlark 0.0~git20240725.42030a7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,296 kB
  • sloc: makefile: 8; sh: 8
file content (11 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <!-- This file will be served at go.starlark.net by GitHub pages. -->
  <head>
    <!-- This tag causes "go get go.starklark.net" to redirect to GitHub. -->
    <meta name="go-import" content="go.starlark.net git https://github.com/google/starlark-go"></meta>
    <meta http-equiv="refresh" content="0;URL='http://github.com/google/starlark-go'" />
  </head>
  <body>
    Redirecting to GitHub project github.com/google/starlark-go...
  </body>
</html>