Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 28, 2024
1 parent 16cba1d commit 73f925f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions third_party/github.com/rxi/json.lua/json.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package jsonlua

import (
"fmt"
"runtime"
)

var Script = fmt.Sprintf("-- ommitted for %v\n", runtime.GOOS)
6 changes: 6 additions & 0 deletions third_party/github.com/rxi/json.lua/json_windows.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package jsonlua

import _ "embed"

//go:embed json.lua
var Script string

0 comments on commit 73f925f

Please sign in to comment.