From 0447ff15eebfd9c20f4e6bf9167bfb34dbd5dd14 Mon Sep 17 00:00:00 2001 From: Hamza Ali Date: Mon, 22 Mar 2021 23:56:02 +0700 Subject: [PATCH] refactor(name): change repository references to golang-wasm --- example/basic/dist/index.html | 4 ++-- example/basic/src/api/main.go | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/basic/dist/index.html b/example/basic/dist/index.html index 0814cfc..4958b51 100644 --- a/example/basic/dist/index.html +++ b/example/basic/dist/index.html @@ -3,11 +3,11 @@ - Go Mod WASM Example + Golang-WASM Example -

This is an example Go WASM Project.

+

This is an example Golang-WASM Project.

Sample Go code diff --git a/example/basic/src/api/main.go b/example/basic/src/api/main.go index 283bb1e..75090c5 100644 --- a/example/basic/src/api/main.go +++ b/example/basic/src/api/main.go @@ -20,7 +20,7 @@ func helloName(_ js.Value, args []js.Value) (interface{}, error) { } func main() { - fmt.Println("go-mod-wasm initialized") + fmt.Println("golang-wasm initialized") setFunc("helloName", helloName) setValue("hello", hello) diff --git a/package.json b/package.json index b5d9165..4d2f981 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "go-mod-wasm", - "version": "0.1.0", + "name": "golang-wasm", + "version": "0.0.1", "description": "A webpack-based configuration to work with wasm using Go.", "main": "src/index.js", "repository": { "type": "git", - "url": "https://gitea.teamortix.com/Team-Ortix/go-mod-wasm" + "url": "https://gitea.teamortix.com/Team-Ortix/golang-wasm" }, "keywords": [ "golang",