Skip to content

Commit

Permalink
Update go.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 18, 2024
1 parent 87ea127 commit eb22931
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ function get_readme_path(dir) {
function get_readme_content() {

let content = fs.readFileSync(__dirname + '/tokens.mdx', 'utf-8')
let n = 11
for (let i = 0; i < n; i++) {
num = toString(i)
content += '[' + num + '](https://github.com/nuoxoxo/snowcrash/tree/main?tab=readme-ov-file#0' + toString(i)
if (i < n - 1 ) { content += ' - ' }
}

const readmes = get_readme_path(__dirname)
// console.log(__dirname)
// /home/runner/work/cfo/cfo
Expand Down

0 comments on commit eb22931

Please sign in to comment.