[#105] *: Remove `contract` from package names

`contract` postfix is redundant and makes autogenerated
docs looks ugly.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
enable-notary-in-public-chains
Alex Vanin 2021-07-04 14:00:56 +03:00 committed by Alex Vanin
parent 25a6b00cb9
commit 8b7d08cb08
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
package alphabetcontract
package alphabet
import (
"github.com/nspcc-dev/neo-go/pkg/interop"

View File

@ -1,4 +1,4 @@
package auditcontract
package audit
import (
"github.com/nspcc-dev/neo-go/pkg/interop"

View File

@ -1,4 +1,4 @@
package balancecontract
package balance
import (
"github.com/nspcc-dev/neo-go/pkg/interop"

View File

@ -1,4 +1,4 @@
package containercontract
package container
import (
"github.com/nspcc-dev/neo-go/pkg/interop"

View File

@ -1,4 +1,4 @@
package smart_contract
package neofs
/*
NeoFS Smart Contract for NEO3.0.

View File

@ -1,4 +1,4 @@
package neofsidcontract
package neofsid
import (
"github.com/nspcc-dev/neo-go/pkg/interop"

View File

@ -1,4 +1,4 @@
package netmapcontract
package netmap
import (
"github.com/nspcc-dev/neo-go/pkg/interop"

View File

@ -1,4 +1,4 @@
package processingcontract
package processing
import (
"github.com/nspcc-dev/neo-go/pkg/interop"

View File

@ -1,4 +1,4 @@
package proxycontract
package proxy
import (
"github.com/nspcc-dev/neo-go/pkg/interop"

View File

@ -1,4 +1,4 @@
package reputationcontract
package reputation
import (
"github.com/nspcc-dev/neo-go/pkg/interop"