mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 21:11:02 +02:00
*pulls rebrand card*
This commit is contained in:
parent
ffb6d4d1ff
commit
b614a573ce
@ -1,4 +1,4 @@
|
||||
# SOAP-GO-OSC
|
||||
# WiiSOAP
|
||||
Open Shop Channel's SOAP Server, designed specifically to handle Wii Shop Channel SOAP.
|
||||
|
||||
## What's the difference between this repo and that other SOAP repo?
|
||||
|
4
main.go
4
main.go
@ -1,6 +1,6 @@
|
||||
// Copyright (C) 2018 CornierKhan1
|
||||
//
|
||||
// SOAP-GO-OSC is Open Shop Channel's SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP.
|
||||
// WiiSOAP is Open Shop Channel's SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP.
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published
|
||||
@ -46,7 +46,7 @@ func CheckError(e error) {
|
||||
|
||||
func main() {
|
||||
|
||||
fmt.Println("Open SOAP-GO for Server Environments.")
|
||||
fmt.Println("WiiSOAP Shukaku.")
|
||||
fmt.Println("Reading the Config...")
|
||||
configfile, err := os.Open("./config.xml")
|
||||
CheckError(err)
|
||||
|
@ -4,7 +4,7 @@ import "encoding/xml"
|
||||
|
||||
// Copyright (C) 2018 CornierKhan1
|
||||
//
|
||||
// SOAP-GO-OSC is Open Shop Channel's SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP.
|
||||
// WiiSOAP is Open Shop Channel's SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP.
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published
|
||||
|
Loading…
x
Reference in New Issue
Block a user