refactor(name): change repository references to golang-wasm

master
ALI Hamza 2021-03-22 23:56:02 +07:00
parent 219682c472
commit 0447ff15ee
Signed by: hamza
GPG Key ID: 22473A32291F8CB6
3 changed files with 6 additions and 6 deletions

@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Go Mod WASM Example</title> <title>Golang-WASM Example</title>
</head> </head>
<body> <body>
<h1>This is an example Go WASM Project.</h1> <h1>This is an example Golang-WASM Project.</h1>
<h3> <h3>
<a href="https://gitea.teamortix.com/Team-Ortix/go-mod-wasm/src/branch/master/example/basic/src/api/main.go"> <a href="https://gitea.teamortix.com/Team-Ortix/go-mod-wasm/src/branch/master/example/basic/src/api/main.go">
Sample Go code Sample Go code

@ -20,7 +20,7 @@ func helloName(_ js.Value, args []js.Value) (interface{}, error) {
} }
func main() { func main() {
fmt.Println("go-mod-wasm initialized") fmt.Println("golang-wasm initialized")
setFunc("helloName", helloName) setFunc("helloName", helloName)
setValue("hello", hello) setValue("hello", hello)

@ -1,11 +1,11 @@
{ {
"name": "go-mod-wasm", "name": "golang-wasm",
"version": "0.1.0", "version": "0.0.1",
"description": "A webpack-based configuration to work with wasm using Go.", "description": "A webpack-based configuration to work with wasm using Go.",
"main": "src/index.js", "main": "src/index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitea.teamortix.com/Team-Ortix/go-mod-wasm" "url": "https://gitea.teamortix.com/Team-Ortix/golang-wasm"
}, },
"keywords": [ "keywords": [
"golang", "golang",